window.onload=function(){ 
	/*onBeforeLoad=document.getElementById('load').className='hidden';
	document.getElementById('load').className='';
	document.getElementById('loading').className='hidden';
	document.getElementById('load').style.display='block';*/
	
		//onsalespageload();
		salesLoadingpbmAvoid=1;
		onhomePageload();
}
function onsalespageload(){
	marqueeInit({
		uniqueid: 'mycrawler2',
		style: {
			'padding': '2px',
			'width': '490px',
			'height': '101px'
		},
		inc: 1, //speed - pixel increment for each iteration of this marquee's movement
		mouse: 'pause', //mouseover behavior ('pause' 'cursor driven' or false)
		moveatleast: 1,
		neutral: 150,
		savedirection: true
	});
}
function onhomePageload(){
	marqueeInit({
		uniqueid: 'mycrawler3',
		style: {
			'padding': '10px 0 0 0',
			'width': '870px',
			'height': '60px',
			'position': 'relative',
			'float': 'letf'
		},
		inc: 1, //speed - pixel increment for each iteration of this marquee's movement
		mouse: 'pause', //mouseover behavior ('pause' 'cursor driven' or false)
		moveatleast: 1,
		neutral: 150,
		savedirection: true
	});	
}
