  function insertObject(str) {
	document.write(str);
}


function showContent(){
	
	document.getElementById("saolink").style.left = 249;
	document.getElementById("saolink").style.top = 38;
	
}
function hideContent(){
	document.getElementById("saolink").style.left = -9999;
	document.getElementById("saolink").style.top = -9999;
	
}
