// ExternalInterface swf call functions :

function big_header(){
	document.getElementById("solheader").style.height='350px';
}

function small_header(){
	document.getElementById("solheader").style.height='155px';
}

function rand(){
	document.write(Math.ceil(Math.random()*9999999));  
}