/*

	Copyright Bengosul @xxxynetwork.com
	
*/

function GUI_ready(){
	if (top.location != location) {
		top.location.href = document.location.href ;
	}
	window.moveTo(0,0);
	if (document.all) {
		top.window.resizeTo(screen.availWidth,screen.availHeight);
	}
	else if (document.layers||document.getElementById) {
		if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth) {
			top.window.outerHeight = screen.availHeight;
			top.window.outerWidth = screen.availWidth;
		}
	}
}
function bookmarksite(){
	if (document.all) {
		window.external.AddFavorite("http://www.homemadesexvidz.com/?bk", "Home Made Sex Videos");
	} else if (window.sidebar) {
		window.sidebar.addPanel("Home Made Sex Videos", "http://www.homemadesexvidz.com/?bk","")
	}
}

function mo(o){o.className=='stateoff'?o.className='stateon': o.className=o.className;}
function mx(o){o.className=='stateon'?o.className='stateoff': o.className=o.className;}
function mc(o){o.className='stateclicked';}
function preurlrew(obj,pre,url){
	if (obj!=null) {
		obj.href=pre+url;
		return true;
	} else {
		return false;
	}
}
function srch_off(id){
	var o = document.getElementById(id);
	if (!o) {return;}
	if (o.value == '') {
		o.value='search...';
	}
}

function srch_on(id){
	var o = document.getElementById(id);
	if (!o) {return;}
	if (o.value == 'search...') {
		o.value='';
	}
}
function search_do(id) {
	if (document.getElementById('q').value) {
		document.getElementById(id).submit();
	} else { return false;}
}
