$(document).ready(function(){
/*
	$("#LeftNav li h1 a").click(function(event){
		event.preventDefault();
		thisclass = ".sub_" + $(this).attr("id");
		$(thisclass).slideToggle(500);
	});
*/

	// Load marquee text
	

	$("#marquee_txt #text").load("/ecom/marquee.php");
});