google.load("jquery","1.4.2");

google.setOnLoadCallback(function(){
	
	$.ajaxSetup({async: false});
	$.getScript("js/jquery.cycle.js");
	$.ajaxSetup({async: true});
	
	if($("#slideshow").length>0) { $("#slideshow").cycle(); }
	
});
