// JavaScript Document
function goloading(location){
	if(location=='shout'){
		document.getElementById('iframe').src="shout.php";
		}else{
	document.getElementById('iframe').src=location+".html";
		}
	}