if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;

function continueit2(){
	var now2 = new Date();
	offHours = now2.getHours();
	offMinutes = now2.getMinutes();
	offSeconds = now2.getSeconds();
document.writeln("<area shape=\"rect\" coords=\"261,24,340,49\" href=\"  title=\"saved quote\">");
}
function continueit(){
	var now = new Date();
	offHours = now.getHours();
	offMinutes = now.getMinutes();
	offSeconds = now.getSeconds();
	document.writeln("<a class=\"lightlink\" href=\"\" alt=\"saved quote\" title=\"saved quote\">Retrieve a saved quote</a>");
}
function continueit3(){
	var now = new Date();
	offHours = now.getHours();
	offMinutes = now.getMinutes();
	offSeconds = now.getSeconds();
	document.writeln("<a class=\"lightlink\" href=\" alt=\"saved quote\" title=\"saved quote\">");
}
function selectStyle(){
	if ((navigator.userAgent.indexOf("Win") != -1) || (navigator.userAgent.indexOf("Netscape6") != -1) || ((navigator.userAgent.indexOf("MSIE 5.0") != -1) && (navigator.userAgent.indexOf("Mac_PowerPC") != -1))){
    	if (navigator.appname.indexOf("Netscape") != -1 && parseInt(navigator.appVersion) < 5){
			document.write("<link rel=\"stylesheet\" href=\" type=\"text/css\">");
		}
		else {
		document.write("<link rel=\"stylesheet\" href=\" type=\"text/css\">");
		}
  } else {
    	document.write("<link rel=\"stylesheet\" href=\" type=\"text/css\">");
  	}
}