var flashversion = "9.0.0";

if(typeof(swfobject)=='object' && swfobject.hasFlashPlayerVersion(flashversion)){
	//console.log(swfobject.getFlashPlayerVersion());
	
	var head = document.getElementsByTagName('head');
	var flashstyle = document.createElement('style');
	var css = '#flashcontent p {display: none}';

	flashstyle.setAttribute('type','text/css');
	

	if(head[0]){
		if(flashstyle.styleSheet){//cause you can't put text in the webstandards way in ie
			flashstyle.styleSheet.cssText = css;
		}else{
			flashstyle.appendChild(document.createTextNode(css));
		}
		head[0].appendChild(flashstyle);
	}

}

function widget() {
	var flashvars = {
	};
									
	var params = {
		allowscriptaccess:"always",
		allowNetworking:"all",
		wmode:"transparent"
	};
				
	var attributes = {
	};
										
	swfobject.embedSWF("http://widgets.clearspring.com/o/4a60d219bb6b3168/4a60d2219773e6db/4a60d219bb6b3168/1f81114e", "flashcontent", "304", "504", "9.0.0", "", flashvars, params, attributes);
}

addLoadEvent(widget);
