function dohop_resize(height){
	document.getElementById('dohop').style.height = height+'px';
}
function dohop_onload(){
	try{
		if(window.frames.length == 0 && window.top.dohop_resize)			
			window.top.dohop_resize(window.location.search.substring(1));
	}
	catch(e){}
}

