// JavaScript Document
// ======== Bannners ==========
// golf/topnccourses/index.htm
function banner() {} ; b = new banner() ; n = 0
//-----------------------------Database----------------------------

//Spring HIll Suites
b[n++]= "<A HREF='http://www.marriott.com/faysh' target='_blank'><IMG SRC='http://www.homeofgolf.com/visitors/shared/banners/springhill_suites.gif' BORDER='0' ALT='Spring HIll Suites'></A>" 

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

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

//Legacy Golf Links
b[n++]= "<A HREF='http://www.legacygolfnc.com/' target='_blank'><IMG SRC='http://www.homeofgolf.com/visitors/shared/banners/legacygolf.gif' BORDER='0' ALT='Legacy Golf Links'></A>" 

//National Golf Club
b[n++]= "<A HREF='http://www.nationalgolfclub.com/' target='_blank'><IMG SRC='http://www.homeofgolf.com/visitors/shared/banners/nationalgolf.gif' BORDER='0' ALT='National Golf Club'></A>" 




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

