

       
        
        	function OnLoad() {
var options = {      largeResultSet : true,       startupDelay : 100          }; var defaultTags = [
{ query : "sexy" },
{ query : "booty" },
{ query : "hotwomen" },
{ query : "superbowl" },
{ query : "bush" },
{ query : "shakin" },
{ query : "music" },
{ query : "superbowl2007" },
{ query : "comedy" },
{ query : "spoof" },
{ query : "surgery" },
{ query : "budlight" },
{ query : "funny" },
{ query : "hot" },
{ query : "butt" },
{ query : "lipsynch" },
{ query : "ass" },
{ query : "commercial" },
{ query : "politics" },
{ query : "academyawards" },
{ query : "borat" },
{ query : "oscars" },
{ query : "president" },
{ query : "transplantation" },
{ query : "war" },
{ query : "" }
];new GSvideoSearchControl(        document.getElementById("videosc"),         defaultTags,                                null,        null,        options        );    } 