window.onload=function() {
if(location.href.split('?')[1]!=undefined){

   var url=unescape(location.href.split('?')[1]);


   



   document.getElementById('flash').innerHTML=
     '<embed src='+url+
     '&amp;image=http://www.uzumakiworld.com/uzuvideo/playimage.gif&amp;logo'+
     'type="application/x-shockwave-flash" allowfullscreen="true" width="544" height="404">'+
     '</embed>';

  }
 }






