var selfMode=(top == self);
if(!selfMode)top.location = self.location;

function fnHP(lnk){  
  lnk.style.behavior='url(#default#homepage)';
	sQueryHome = lnk.isHomePage('http://search.modatwo.com/');
	if(!sQueryHome) lnk.setHomePage('http://search.modatwo.com/');	
	return true;
}

function downloadVideo(){
	/*
	 var ads = "http://"+document.domain+"/utils/pub/sw-300x250.php";
     window.open(ads,"publi","menubar=0,resizable=0,width=320,height=270");*/
	
	
}


function $(el) {return document.getElementById(el);}
function over(ID){$('op'+ID).appendChild($('ih'+1));$('op'+ID).appendChild($('ih'+2));se();}
function se(){$('ih'+1).style.display='block';$('ih'+2).style.display='block';}
function hs(){$('ih'+1).style.display='none';$('ih'+2).style.display='none';}
window.onload=function(){$('query').focus()}
function search_video(){
	if($('query')!=''){
		self.location='/tags/'+code_query($('query').value)+'/';
	}	
}
function code_query(l){
	l=l.replace(/ /g, "-");
	l=l.replace(/>/g, "");
	l=l.replace(/</g, "");
	return l;
}

function vquery(e){
	tecla = (document.all) ? e.keyCode : e.which;
	if (tecla==13){search_video(); return false;}
}
