


/*..................SECOND JS FILE..............................*/

//Make sure the Hemscott server is up and running by ensuring that the variable code has been assigned the value "ISE"
var ISE = (code=="ISE") 
	? 
		//Create a new instance of the object loadVariables containing the values from the script above
		new loadVariables(sec,min,hour,day,theMonth,year,lasttrade,change,perc)
		: 
		//Create a new instance of the loadVariables object containing null values
		new loadVariables("00","00","00","..","..","..","00.00","00","0");






function popprod(wname) {
	prodwin=window.open(wname,"Item","Toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=0,width=550,height=500")
	setTimeout('prodwin.focus()',500);
}

