
function roll_over(img_name, img_src) {
	document.getElementById(img_name).src = img_src;
}

hsq(document).ready(function() {  
	 //initialise image slideshow;
	hsq('#banner').innerfade({speed: 1000, timeout: 5000, type : "random"});
	if ((screen.width<=1024)) {		
			document.getElementById("container").className="padd-1024";			
	}	
});


