
window.onload=function() {
if(location.href.split('?')[1]!=undefined){

   var url=unescape(location.href.split('?')[1]);
   var tit=unescape(location.href.split('&')[1]);
   var des=unescape(location.href.split('&')[2]);
   var tes=unescape(location.href.split('&')[3]);
   var cre=unescape(location.href.split('&')[4]);
   var ani=unescape(location.href.split('&')[5]);
   


   document.getElementById('flash_title').firstChild.nodeValue=tit;
   document.getElementById('flash_description').firstChild.nodeValue=des;
   document.getElementById('flash').innerHTML=
     '<object type="application/x-shockwave-flash"'+ 
     'data="http://www.uzumakiworld.com/Videos/mediaplayer.swf"'+
     'width="544" height="404">'+
     '<param name="movie" value="http://www.uzumakiworld.com/Videos/mediaplayer.swf">'+
     '<param name="allowscriptaccess" value="always">'+
     '<param name="allowfullscreen" value="true">'+
     '<param name="flashvars" value="height=404&amp;width=544&amp;file='+url+
     '&amp;image=http://www.uzumakiworld.com/uzuvideo/playimage.gif&amp;logo'+
     '=http://www.uzumakiworld.com/transparent2x2.gif&amp;searchbar=false">'+
     '<\/object>';
   document.getElementById('test').firstChild.nodeValue=tes;
   document.getElementById('creator').firstChild.nodeValue=cre;
   document.getElementById('anime').firstChild.nodeValue=ani;
  }
 }


