    function featlink(where,smallpic,city,phone,name,desc,bigpic,line1,line2) {
    
    this.where = where;
    this.city = city;
    this.phone = phone;
    this.name = name;
    this.desc = desc;
    this.bigpic = bigpic;
    this.smallpic = smallpic;
    this.line1 = line1;
    this.line2 = line2;
    return this
}

    function GetNum(length) {
    today = new Date();
    num = (today.getDate());
    num--;

    num = num % length ;
    return (num);
}

    function pubs(){
    db = new Array()
        db[0] = new featlink("../customers/fergusbrewhouse/index.html","../images/paying_logo/fergusbrewhouse_logo_sm.gif","Fergus","(519) 843-8871","Fergus Brew House","An upscale Brewhouse featuring 18 microbrews and located in the beautiful historical setting of Fergus. Creative Canadian cuisine is featured daily, as well as a more casual pub style fare. Architectural charm comes from its early 1851 stone masonry and its beautiful location on the Grand River. Come for the day or spend the weekend on a romantic getaway and stay at one of the inns twelve luxurious guest rooms. Featuring whirlpool tubs, fireplaces and canopy beds to name a few.","../images/featured_logo/fergusbrewhouse_logo_big.gif","Fergus Brew House","Fergus")
        db[1] = new featlink("../customers/whaleandale/index.html","../images/paying_logo/whaleandale_logo_sm.gif","Kitchener","(519) 570-3033","Whale and Ale","Located at 1120 Victoria St. Kitchener, the Whale and Ale offers a little taste of Britain without the 6 hour plane ride.. Known for its exquisite, flavorful dishes, The Whale and Ale is excellent for a quick bite to eat at lunch or as a great place to go for a family meal or banquet. You're sure to be impressed.","../images/featured_logo/whaleandale_logo_big.gif","Near Bingemans","Kitchener")
        db[2] = new featlink("../customers/blackbadger/index.html","../images/paying_logo/blackbadger_logo_sm.gif","Cambridge","(519) 624-0892","Black Badger","Located on the Grand River in historic downtown Galt (Cambridge) this authentic Tudor style pub offers a great menu and an excellent selection of imported and domestic draft beer.","../images/featured_logo/blackbadger_logo_big.gif","Authentic Tudor style pub","Cambridge")
    }

    function getfeatpubs() {

    pubs();
    n= GetNum(db.length);
    document.write("<img border=1 src=" + db[n].bigpic + " alt='" + db[n].name + "' align='left'></a>");
    document.write("</p><p valign=top align=left><font size='4' color='#000000'><BR><b><a href=" + db[n].where + " target=new><font color=black>");
    document.write(db[n].name + "</font></a></b><BR><BR><font size=2>" + db[n].desc);
}

    function gethomepubs() {

    pubs();
    n= GetNum(db.length);
    document.write("<a href=" + db[n].where + " target=new><font size=2 color=#954E19 face=tahoma>" + db[n].name + "</font></a></b></td><td width=20% align=center>");
    document.write("<a href=" + db[n].where + " target=new><img src='" + db[n].smallpic + "' border=0></a><BR><center>");
    document.write("<font face=tahoma size=1 color=black><b>" + db[n].line1 + "<BR>" + db[n].line2 + "</b>");
}
    function clubs(){
    db = new Array()
        db[0] = new featlink("../customers/seventyseven/index.html","../images/paying_logo/seventyseven_logo_sm.gif","Downtown Hamilton","(905) 527-7488","77","Party 2 nights a week at Seventy-Seven. Hamilton's premier nightclub and entertainment complex. Bringing you the best Canadian and International DJ's and Live shows in the area. What you want is what we have at Seventy Seven. Experience 77.","../images/featured_logo/seventyseven_logo_big.gif","Experience 77","Downtown Hamilton")
    }

    function getfeatclubs() {

    clubs();
    n= GetNum(db.length);
    document.write("<img border=1 src=" + db[n].bigpic + " alt='" + db[n].name + "' align='left'></a>");
    document.write("</p><p valign=top align=left><font size='4' color='#000000'><BR><b><a href=" + db[n].where + " target=new><font color=black>");
    document.write(db[n].name + "</font></a></b><BR><BR><font size=2>" + db[n].desc);
}

    function gethomeclubs() {

    clubs();
    n= GetNum(db.length);
    document.write("<a href=" + db[n].where + " target=new><font size=2 color=#954E19 face=tahoma>" + db[n].name + "</font></a></b></td><td width=20% align=center>");
    document.write("<a href=" + db[n].where + " target=new><img src='" + db[n].smallpic + "' border=0></a><BR><center>");
    document.write("<font face=tahoma size=1 color=black><b>" + db[n].line1 + "<BR>" + db[n].line2 + "</b>");
}
    function nseasonal(){
    db = new Array()
        db[0] = new featlink("../customers/blackbadger/index.html","../images/paying_logo/blackbadger_logo_sm.gif","Cambridge","(519) 624-0892","Black Badger","Located on the Grand River in historic downtown Galt (Cambridge) this authentic Tudor style pub offers a great menu and an excellent selection of imported and domestic draft beer.","../images/featured_logo/blackbadger_logo_big.gif","Authentic Tudor style pub","Cambridge")
        db[1] = new featlink("../customers/whaleandale/index.html","../images/paying_logo/whaleandale_logo_sm.gif","Kitchener","(519) 570-3033","Whale and Ale","Located at 1120 Victoria St. Kitchener, the Whale and Ale offers a little taste of Britain without the 6 hour plane ride.. Known for its exquisite, flavorful dishes, The Whale and Ale is excellent for a quick bite to eat at lunch or as a great place to go for a family meal or banquet. You're sure to be impressed.","../images/featured_logo/whaleandale_logo_big.gif","Near Bingemans","Kitchener")
        db[2] = new featlink("../customers/goldenkiwi/index.html","../images/paying_logo/goldenkiwi_logo_sm.gif","Cambridge","(519) 522-0830","Golden Kiwi","Cambridge's New Zealand Style Oasis. Enjoy our elegant and eclectic decor while sampling our excellent food. Customers also rave about the music; world, jazz, eclectic; the large selection of single malt scotches (over 50); and service. Enjoy the separate bar (which seats up to 40 people), sexy, sultry, decorated with New Zealand carvings and pictures.","../images/featured_logo/goldenkiwi_logo_big.gif","Golden Kiwi Pub and Grill","Cambridge")
    }

    function getfeatnseasonal() {

    nseasonal();
    n= GetNum(db.length);
    document.write("<img border=1 src=" + db[n].bigpic + " alt='" + db[n].name + "' align='left'></a>");
    document.write("</p><p valign=top align=left><font size='4' color='#000000'><BR><b><a href=" + db[n].where + " target=new><font color=black>");
    document.write(db[n].name + "</font></a></b><BR><BR><font size=2>" + db[n].desc);
}

    function gethomenseasonal() {

    nseasonal();
    n= GetNum(db.length);
    document.write("<a href=" + db[n].where + " target=new><font size=2 color=#954E19 face=tahoma>" + db[n].name + "</font></a></b></td><td width=20% align=center>");
    document.write("<a href=" + db[n].where + " target=new><img src='" + db[n].smallpic + "' border=0></a><BR><center>");
    document.write("<font face=tahoma size=1 color=black><b>" + db[n].line1 + "<BR>" + db[n].line2 + "</b>");
}
    function cafes(){
    db = new Array()
        db[0] = new featlink("../customers/classicos/index.html","../images/paying_logo/classicos_logo_sm.gif","Kitchener Downtown","(519) 741-8257","Classicos","Classicos Mediterranean Bistro and Wine Bar provides an intimate atmosphere for those looking to enjoy a relaxed dinner. The menu offers a wide variety of traditional Mediterranean dishes prepared with contemporary ingredients. Our clientelle will confirm that seafood is the house specialty, and that Classicos decadent fresh fish features are sure to please. Classicos wine experts work extensively with private suppliers to help stock their cellar with an excellent selection of Portuguese table wines and Port wines suitable for even the most refined palate. Whether you are looking for a traditional Mediterranean dinner, or simply a taste of a smooth espresso, Classico's hosts invite you to join them for a night you will not soon forget.","../images/featured_logo/classicos_logo_big.gif","Classicos Bar and Café","Kitchener Downtown")
        db[1] = new featlink("../customers/delaineysofguelph/index.html","../images/paying_logo/delaineysofguelph_logo_sm.gif","Guelph","(519) 822-0070","Delaineys of Guelph","Delaineys of Guelph","../images/featured_logo/delaineysofguelph_logo_big.gif","Delaineys of Guelph","Guelph")
    }

    function getfeatcafes() {

    cafes();
    n= GetNum(db.length);
    document.write("<img border=1 src=" + db[n].bigpic + " alt='" + db[n].name + "' align='left'></a>");
    document.write("</p><p valign=top align=left><font size='4' color='#000000'><BR><b><a href=" + db[n].where + " target=new><font color=black>");
    document.write(db[n].name + "</font></a></b><BR><BR><font size=2>" + db[n].desc);
}

    function gethomecafes() {

    cafes();
    n= GetNum(db.length);
    document.write("<a href=" + db[n].where + " target=new><font size=2 color=#954E19 face=tahoma>" + db[n].name + "</font></a></b></td><td width=20% align=center>");
    document.write("<a href=" + db[n].where + " target=new><img src='" + db[n].smallpic + "' border=0></a><BR><center>");
    document.write("<font face=tahoma size=1 color=black><b>" + db[n].line1 + "<BR>" + db[n].line2 + "</b>");
}
    function sportsbars(){
    db = new Array()
        db[0] = new featlink("../customers/blackbadger/index.html","../images/paying_logo/blackbadger_logo_sm.gif","Cambridge","(519) 624-0892","Black Badger","Located on the Grand River in historic downtown Galt (Cambridge) this authentic Tudor style pub offers a great menu and an excellent selection of imported and domestic draft beer.","../images/featured_logo/blackbadger_logo_big.gif","Authentic Tudor style pub","Cambridge")
        db[1] = new featlink("../customers/whaleandale/index.html","../images/paying_logo/whaleandale_logo_sm.gif","Kitchener","(519) 570-3033","Whale and Ale","Located at 1120 Victoria St. Kitchener, the Whale and Ale offers a little taste of Britain without the 6 hour plane ride.. Known for its exquisite, flavorful dishes, The Whale and Ale is excellent for a quick bite to eat at lunch or as a great place to go for a family meal or banquet. You're sure to be impressed.","../images/featured_logo/whaleandale_logo_big.gif","Near Bingemans","Kitchener")
    }

    function getfeatsportsbars() {

    sportsbars();
    n= GetNum(db.length);
    document.write("<img border=1 src=" + db[n].bigpic + " alt='" + db[n].name + "' align='left'></a>");
    document.write("</p><p valign=top align=left><font size='4' color='#000000'><BR><b><a href=" + db[n].where + " target=new><font color=black>");
    document.write(db[n].name + "</font></a></b><BR><BR><font size=2>" + db[n].desc);
}

    function gethomesportsbars() {

    sportsbars();
    n= GetNum(db.length);
    document.write("<a href=" + db[n].where + " target=new><font size=2 color=#954E19 face=tahoma>" + db[n].name + "</font></a></b></td><td width=20% align=center>");
    document.write("<a href=" + db[n].where + " target=new><img src='" + db[n].smallpic + "' border=0></a><BR><center>");
    document.write("<font face=tahoma size=1 color=black><b>" + db[n].line1 + "<BR>" + db[n].line2 + "</b>");
}
    function musicvenues(){
    db = new Array()
        db[0] = new featlink("../customers/fergusbrewhouse/index.html","../images/paying_logo/fergusbrewhouse_logo_sm.gif","Fergus","(519) 843-8871","Fergus Brew House","An upscale Brewhouse featuring 18 microbrews and located in the beautiful historical setting of Fergus. Creative Canadian cuisine is featured daily, as well as a more casual pub style fare. Architectural charm comes from its early 1851 stone masonry and its beautiful location on the Grand River. Come for the day or spend the weekend on a romantic getaway and stay at one of the inns twelve luxurious guest rooms. Featuring whirlpool tubs, fireplaces and canopy beds to name a few.","../images/featured_logo/fergusbrewhouse_logo_big.gif","Fergus Brew House","Fergus")
        db[1] = new featlink("../customers/whaleandale/index.html","../images/paying_logo/whaleandale_logo_sm.gif","Kitchener","(519) 570-3033","Whale and Ale","Located at 1120 Victoria St. Kitchener, the Whale and Ale offers a little taste of Britain without the 6 hour plane ride.. Known for its exquisite, flavorful dishes, The Whale and Ale is excellent for a quick bite to eat at lunch or as a great place to go for a family meal or banquet. You're sure to be impressed.","../images/featured_logo/whaleandale_logo_big.gif","Near Bingemans","Kitchener")
        db[2] = new featlink("../customers/goldenkiwi/index.html","../images/paying_logo/goldenkiwi_logo_sm.gif","Cambridge","(519) 522-0830","Golden Kiwi","Cambridge's New Zealand Style Oasis. Enjoy our elegant and eclectic decor while sampling our excellent food. Customers also rave about the music; world, jazz, eclectic; the large selection of single malt scotches (over 50); and service. Enjoy the separate bar (which seats up to 40 people), sexy, sultry, decorated with New Zealand carvings and pictures.","../images/featured_logo/goldenkiwi_logo_big.gif","Golden Kiwi Pub and Grill","Cambridge")
        db[3] = new featlink("../customers/cafe13/index.html","../images/paying_logo/cafe13_logo_sm.gif","Cambridge","(519) 622-1799","Café 13","Cafe 13 Main Street Grill, located along the Grand River at the corner of Water and Main Streets, in the historic downtown core of Galt, Cambridge hosts this hidden pleasure to be discovered by all. Housed in an original bank building dating back to 1893, Cafe 13 has been a fixture in this community since 1980, offering an alternative to the prevalent roadhouse and sports bar settings of today. Upon entering and approaching the 141 year old bar from Philadelphia; to being seated by the impressive stained glass peacock in the dining room, Cafe 13 offers a charm, unique to its settings and surroundings. In addition to the darkly wooded main dining area is a second floor featuring The Galt Club, an impressive separate dining room and bar area ideal for hosting private functions of all styles. The new owners of Cafe 13 Cambridge, bring together their expertise and work experiences in restaurants not only in Canada, but also the Caribbean, Europe, and Asia to provide a well matched balance of ambience, cuisine, and service designed to be enjoyed by all.","../images/featured_logo/cafe13_logo_big.gif","Cafe 13 Main Street Grill","Cambridge")
    }

    function getfeatmusicvenues() {

    musicvenues();
    n= GetNum(db.length);
    document.write("<img border=1 src=" + db[n].bigpic + " alt='" + db[n].name + "' align='left'></a>");
    document.write("</p><p valign=top align=left><font size='4' color='#000000'><BR><b><a href=" + db[n].where + " target=new><font color=black>");
    document.write(db[n].name + "</font></a></b><BR><BR><font size=2>" + db[n].desc);
}

    function gethomemusicvenues() {

    musicvenues();
    n= GetNum(db.length);
    document.write("<a href=" + db[n].where + " target=new><font size=2 color=#954E19 face=tahoma>" + db[n].name + "</font></a></b></td><td width=20% align=center>");
    document.write("<a href=" + db[n].where + " target=new><img src='" + db[n].smallpic + "' border=0></a><BR><center>");
    document.write("<font face=tahoma size=1 color=black><b>" + db[n].line1 + "<BR>" + db[n].line2 + "</b>");
}
