// JavaScript Document
// ======== Bannners ==========
// specials/index.htm
function banner() {} ; b = new banner() ; n = 0
//-----------------------------Database----------------------------
//Pit Golf Links
b[n++]= "<A HREF='http://www.pitgolf.com' target='_blank'><IMG SRC='http://www.homeofgolf.com/visitors/shared/banners/thepit.gif' BORDER='0' ALT='Pit Golf Links'></A>"

//Days Inn 
b[n++]= "<A HREF='http://www.daysinn.com/DaysInn/control/home' target='_blank'><IMG SRC='http://www.homeofgolf.com/visitors/shared/banners/button-daysinn.gif' BORDER='0' ALT='Days Inn'></A>"

//Greenleafe Inn
b[n++]= "<A HREF='http://www.greenleafeinn.com/' target='_blank'><IMG SRC='http://www.homeofgolf.com/visitors/shared/banners/button-greenleafe.gif' BORDER='0' ALT='Greenleafe Inn'></A>"

//Holiday Inn Express
b[n++]= "<A HREF='http://www.ichotelsgroup.com/h/d/ex/1/en/hotel/SOPNC/welcome' target='_blank'><IMG SRC='http://www.homeofgolf.com/visitors/shared/banners/button-hiexpress.gif' BORDER='0' ALT='Holiday Inn Express'></A>"

//Pinewild Country Club
b[n++]= "<A HREF='http://www.pinewildcc.com/' target='_blank'><IMG SRC='http://www.homeofgolf.com/visitors/shared/banners/button-pinewild.gif' BORDER='0' ALT='Pinewild Country Club'></A>"

//Residence Inn
b[n++]= "<A HREF='http://www.marriott.com/fayph' target='_blank'><IMG SRC='http://www.homeofgolf.com/visitors/shared/banners/residence_inn.gif' BORDER='0' ALT='Residence Inn'></A>"

//------------------------------------------------------------------
i=Math.floor(Math.random() * n) ; 
document.write( b[i] )

