function ticketPop(URL) {
h = 450;
w = 550;	
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=no,width='+w+',height='+h);");
}

