xx="\&"+location.search.slice(1,100)
if(xx.indexOf("\&v=")>=0){
utube= xx.slice(xx.indexOf("\&v=")+3,999999)
document.write('<embed style=\"width:425px\; height:350px\;\" id=\"VideoPlayback\" type=\"application\/x-shockwave-flash\" src=\"http:\/\/www.youtube.com\/v\/' + utube + '\&autoplay=1\"> <\/embed>');
}
if(xx.indexOf("\&docId=")>=0){
utube= xx.slice(xx.indexOf("\&docId=")+7,999999)
document.write('<embed FlashVars=\"autoPlay=true\" style=\"width:400px\; height:326px\;\" id=\"VideoPlayback\" type=\"application\/x-shockwave-flash\" src=\"http:\/\/video.google.com/googleplayer.swf?docId=' + utube + '\"><\/embed>');
}