// JavaScript Document
     //------------------------\\
    //"The Light" LYT Javascript\\
   //       Firewire Hosting     \\
  //           By Taylor S.       \\
 //             Don't copy!        \\
//----------------------------------\\

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no,width=276,height=239,left = 511,top = 476');");
}
