function caricato(){
	
	if (hasReqestedVersion){ 
		
		document.getElementById("flash").innerHTML=swfObj;
		
	}

}


window.onload=function(){
	
	caricato();
	
}

