/**************************************************************/
/* call the tracking php to count the visitor                 */
/**************************************************************/

function countX() {

  document.write( "\<SCRIPT type='text/javascript' SRC='/count.php?refer=" + escape(document.referrer) + "'\>\</SCRIPT\>" );

}

/*******************************************************************************/
/* open a new window and bring to the top                                      */
/*******************************************************************************/
function openWin(url,name) {
  newWin = window.open(url,name, 'menubar=1,scrollbars=1,location=1,toolbar=1,resizable=1,status=1, width='+(screen.width * .75)+',height='+(screen.height * .75)+',left=40,top=40')
  newWin.focus()
}



