﻿var imagesArr = new Array();
function initPage(){
	$j("#Left > img").each(function(){
		$j(this).hide();
	});
}

function documentOnLoad(){
	$j("#Left").contentRotatorInit({childElementType:"img"});
}

