$(function(){
	// ad js css class to body & get the id of the body
	var myBody = $("body");
	myBody.addClass("js");
	var pid = myBody.attr("id");
	
	$('#hs-show').cycle({
		timeout: 5000,
		pause : false,
		sync: true
	});
});
