function updLast(num_last,new_bgcolor) {
	file = "http://re.naz360.com/w1/index.php?action=lastupd&num_last="+num_last+"&bgcolor="+new_bgcolor;
	var head = document.getElementsByTagName("head").item(0);
	var scriptTag = document.getElementById("loadScript");
	if(scriptTag) { head.removeChild(scriptTag); }
	script = document.createElement("script");
	script.src = file;
	script.type = "text/javascript";
	script.id = "loadScript";
	head.appendChild(script);
}
function chgcolor(obj,color,action) {
	obj.style.backgroundColor = color;
}
function gotoMLS(mls) {
	location.href = "http://www.flagstaffwebcam.com/index.cfm?fuseaction=view_template&templateID=118&mls_src=lastviewed&mls="+mls;
}