function siteInit(){
	//alert("setting");
	$('.boxBlue').scale9Grid({top:40,bottom:10,left:30,right:30});	
	$('.boxOrange').scale9Grid({top:40,bottom:10,left:30,right:30});	
	$('.boxWhite').scale9Grid({top:60,bottom:60,left:60,right:60});	
	$('.boxGreen').scale9Grid({top:40,bottom:10,left:30,right:30});
	
	var params = {
		allowScriptAccess: "always",
		allowFullScreen: "true",
		wmode: "transparent"
	};
	
	swfobject.embedSWF("wp-content/themes/Cycle_for_water/swf/vimeo.swf", "vimeo_header", "720", "322", "10.0.0", "swf/expressInstall.swf", null, params);
	
}

