// JavaScript Document

now = new Date

function newWindow(adWin){
	eventWindow = window.open(adWin + '.html','trailer','toolbar=no,location=no,scrollbars=yes,resizable=no,width=685,height=883');
	eventWindow.focus();
	}
	