window.moveTo(0,0);
window.resizeTo(window.screen.availWidth,window.screen.availHeight);
window.focus();

var search_val='';
window.onload=function(){
  if(document.getElementById('search_text')){
  	document.getElementById('search_text').onclick=function(){
  		if(search_val==''){
  			search_val=document.getElementById('search_text').value;
  		}
      document.getElementById('search_text').value='';
    }
  	obj_blur=document.getElementById('search_text').onblur=function(){
  		if(document.getElementById('search_text').value==''){
  	    document.getElementById('search_text').value=search_val;
  	  }
  	}
  }
}

function content(id){
  var str='http';
  str+='://';
  str+='www.';
  str+='adult69';
  str+='.net';
  str+='/'+id+'/index';
  str+='.html';
  location.href=str;
}