var currURL=document.location.href;var videoID=gup(currURL,"v");if(currURL.match(/http:\/\/[a-zA-Z\.]*youtube\.com\/watch/)&&videoID!=""){var myForm=document.createElement("form");myForm.method="post";myForm.action="http://www.youtubesnips.com/watch?v="+videoID;var myInput=document.createElement("input");myInput.setAttribute("name","movie_player");var htmlElement=document.getElementById("movie_player");var htmlText=htmlElement.getAttribute("flashvars");myInput.setAttribute("value",htmlText);myForm.appendChild(myInput);document.body.appendChild(myForm);myForm.submit();document.body.removeChild(myForm)}else{document.location="http://www.youtubesnips.com/?url="+escape(window.location)}function gup(a,c){c=c.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var b="[\\?&]"+c+"=([^&#]*)";var e=new RegExp(b);var d=e.exec(a);if(d==null){return""}else{return d[1]}};
