$(function(){
	$(".cm-album .slides").cycle({
		fx:'fade',
		timeout:'4000'
	});
	if( location.hash.indexOf("web")==-1 && CheckAgent() ){
		location.href="/Gindex.html";
	}
});
