// JavaScript Document
//if (!document.getElementById) {
    //window.location = 
	   //"http://www.webstandards.org/upgrade/"
//}

// <![CDATA[
favicon = new Image();
favicon.src="/favicon.ico"; 
// ]]>

function checkwidth(object,thewidth){
	if(thewidth < object.width)
	object.width = thewidth;
	}