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=
     '<embed src="http://www.veoh.com/veohplayer.swf?permalinkId='+url+
     '&amp;id=anonymous'+
     '&amp;player=videodetailsembedded'+
     '&amp;videoAutoPlay=0" allowFullScreen="true" width="544" height="404"'+
     'bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">'+
     '</embed>';
   document.getElementById('test').firstChild.nodeValue=tes;
   document.getElementById('creator').firstChild.nodeValue=cre;
   document.getElementById('anime').firstChild.nodeValue=ani;
  }
 }





































