<!--

	function popwin(win,url,size){
			this.win = win;
			this.url = url;
			this.size = size;
	}
	
	var winA = "HEIGHT=160,WIDTH=480";    	//reg
	
	var popA = new popwin("storyoftoday1","http://www.storyoftoday.org/pop_reg.htm",winA);		//reg
		

	function makeNewWindow(x){
		var currwin = "pop" + x;
		newWindow = window.open(eval(currwin + ".url"),eval(currwin + ".win"),eval(currwin + ".size"));
	}
//-->
