/*Google vIDEO sEARCH*/
    //<![CDATA[

	google.load("search", "1");    
		
	function OnLoad() 
		{      
			// Create a search control      
				var searchControl = new google.search.SearchControl();      
			// Add in a full set of searchers      
     	
				searchControl.addSearcher(new google.search.VideoSearch());      
    
			// Tell the searcher to draw itself and tell it where to attach      

				searchControl.draw(document.getElementById("searchcontrol"));      

			// Execute an inital search      
				searchControl.execute(" ");    
		}  

	  google.setOnLoadCallback(OnLoad);   


    //]]>
/*Fino Google Video search*/
