    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/mickandangelos/index.html","../images/paying_logo/mickandangelos_logo_sm.gif","Niagara Falls","(905) 357-6543","Mick & Angelos","When you're looking for great Italian food, the place to be is Mick and Angelo's in Niagara Falls. Don't just take it from us: our patrons have spoken numerous times through our multiple Readers Choice Awards. You've chosen us as having the Best Outdoor Patio, being the Best Family Restaurant, having the Best Local Waitress, being the Best Overall Restaurant, having the Best Chicken Wings, Sports Bar, Lunch and Bar. Thanks for the honours! For those of you who haven't been here yet, listen to your peers and pay us a visit!","../images/featured_logo/mickandangelos_logo_big.gif","Mick and Angelos","Niagara Falls")
        db[1] = new featlink("../customers/butcherandbanker/index.html","../images/paying_logo/butcherandbanker_logo_sm.gif","Beamsville","(905) 563-3777","Butcher and Banker","The Butcher and Banker, the best little British Pub in Beamsville. Located conveniently at 4520 Ontario street, just off of the Qew, the Butcher and Banker is a must stop for all that are passing by. Offering a wide variety of menu items and beers on Tap, the Butcher and Banker accommodates tastes of every palate. We also have a large patio for those who like to take advantage of the great outdoors. Live music on the weekends and specials all week long will only entice you more to visit the Butcher and Banker, a 'beautifully built British pub'.","../images/featured_logo/butcherandbanker_logo_big.gif","Butcher and Banker","Beamsville")
        db[2] = new featlink("../customers/judgeandjester/index.html","../images/paying_logo/judgeandjester_logo_sm.gif","Grimsby","(905) 945-9744","Judge & Jester","Grimsby's cozy little pub nestled in the heart of the of the downtown core at 17 Main Street East. Our menu consists of Traditional Pub Fare with a flare sure to satisfy any appetite. We offer 15 varieties of beer on tap as well as a large selection of Niagara Region Wines available by both the glass and the bottle. we welcome groups and parties of all sizes, so be sure to call ahead for reservations at 905-945-8744. The Court is always in session, so join us for Time Well Served. Take Out Always available. Dine with us, in our busy Courtroom or enjoy a quieter setting in the Judge’s Chambers. Parties of any size are always welcome, but be sure to call ahead for reserved seating. Inquire about private parties, meetings or gatherings in our cosy Judge’s Chambers. We always look forward to your visit and hope to see you again very soon. Thank you for your business.","../images/featured_logo/judgeandjester_logo_big.gif","Judge & Jester","Grimsby")
        db[3] = new featlink("../customers/thefeatherypub/index.html","../images/paying_logo/thefeatherypub_logo_sm.gif","St Catharines","(905) 687-3553","The Feathery Pub","The word pub is derived from the term public house. A public house was traditionally a meeting spot that could serve as a center for the community. At the Feathery Pub this is what you will find, community,from our families, friends and locals that dine on our fine home cooked fare, our regulars that grace our bar, to our servers and bartenders that hustle to give you the most out of your pub experience. We have live entertainment 4 nights a week 7 if you include the tall tales that you may hear from our staff and some customers! Please come join us for a pint, a steak and Guinness Yorkshire and a smile! Cheers from The Feathery Pub!","../images/featured_logo/thefeatherypub_logo_big.gif","The Feathery Pub","St Catharines")
    }

    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/mickandangelos/index.html","../images/paying_logo/mickandangelos_logo_sm.gif","Niagara Falls","(905) 357-6543","Mick & Angelos","When you're looking for great Italian food, the place to be is Mick and Angelo's in Niagara Falls. Don't just take it from us: our patrons have spoken numerous times through our multiple Readers Choice Awards. You've chosen us as having the Best Outdoor Patio, being the Best Family Restaurant, having the Best Local Waitress, being the Best Overall Restaurant, having the Best Chicken Wings, Sports Bar, Lunch and Bar. Thanks for the honours! For those of you who haven't been here yet, listen to your peers and pay us a visit!","../images/featured_logo/mickandangelos_logo_big.gif","Mick and Angelos","Niagara Falls")
        db[1] = new featlink("../customers/catscaboose/index.html","../images/paying_logo/catscaboose_logo_sm.gif","St. Catharines","(905) 682-0139","Cat's Caboose","Located in the heart of old Glenridge, Cat's Caboose is one of St. Catharines oldest and most established restaurants. - Readers Choice award 2006 - Best Service Award. - Best Bartender Award - Best Server Award - Best Wings Award - Best Burger Award - Best place to hear a live band Award - Best Bang for your Buck Award. Winter Specials. 'Friendly Food, Tasty Staff' Lunch Specials 11:30am Till 5:00pm. Monday’s – Philly Steak And Cheese With Fries Or Buffalo Chips $5.99. Tuesday’s – Rueben Sandwich With Fries Or Buffalo Chips $5.99. Wednesday’s – Buffalo Chicken Salad $5.99. Thursday’s – Chicken Bacon Club Wrap With Fries Or Buffalo Chips $5.99. Friday’s – 1 Piece Fish And Chips $7.99. Soup Of The Day – New England Clam Chowder. Saturday’s – Crunchy Chicken Caesar Wrap With Fries Or Buffalo Chips $5.99. Sunday’s - $5.00 Menu All Day. (With Beverage Purchase).","../images/featured_logo/catscaboose_logo_big.gif","Cat's Caboose","St. Catharines")
    }

    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/wildfiregrillhouse-stcatharines/index.html","../images/paying_logo/wildfiregrillhouse-stcatharines_logo_sm.gif","St Catharines","(905) 988-9453","Wildfire - St. Catharines","Wildfire Grill House - St. Catharines","../images/featured_logo/wildfiregrillhouse-stcatharines_logo_big.gif","Wildfire Grill House","St Catharines")
        db[1] = new featlink("../customers/domspastaandgrill/index.html","../images/paying_logo/domspastaandgrill_logo_sm.gif","Mainly Italian","(905) 688-4202","Dom's Pasta & Grill","Feel like a little pasta tonite? Feel like a whole lot of good eating and good times? Dom's Pasta and Grill can satisfy your craving for both. Dom's Pasta and Grill is the fun spot for get togethers after work or after a movie. Try one of our zesty appetizers for a snack, or share a large size of Nachos Italiano, your tastebuds won't know what hit 'em'! Full size dinners feature your favourite Italian pasta dishes as well as succulent favourites from the grill. Our menu even offers heaping servings of Fish and Seafood Dishes. Of course no buffet compares to Dom's irresistible Sunday Brunch or our Monday and Tuesday Nite Buffet. Every Wednesday is 'All You Can Eat Pasta'...mucho Italiano!!","../images/featured_logo/domspastaandgrill_logo_big.gif","Dom's Pasta and Grill","Mainly Italian")
        db[2] = new featlink("../customers/martinihouse/index.html","../images/paying_logo/martinihouse_logo_sm.gif","Burlington Downtown","(905) 333-9553","Martini House","Located in the heart of Burlington's downtown district. The Martini House Bistro is...a place where creations of the finest cuisine and an inviting atmosphere harmonize, making The Martini House Bistro distinctly different. A premier destination for lunch, dinner and after work cocktails, The Martini House is also the natural choice for corporate functions and meetings. Our vast, diverse intimate space is divided to offer intimate entertaining solutions.","../images/featured_logo/martinihouse_logo_big.gif","Martini House","Burlington Downtown")
    }

    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/mickandangelos/index.html","../images/paying_logo/mickandangelos_logo_sm.gif","Niagara Falls","(905) 357-6543","Mick & Angelos","When you're looking for great Italian food, the place to be is Mick and Angelo's in Niagara Falls. Don't just take it from us: our patrons have spoken numerous times through our multiple Readers Choice Awards. You've chosen us as having the Best Outdoor Patio, being the Best Family Restaurant, having the Best Local Waitress, being the Best Overall Restaurant, having the Best Chicken Wings, Sports Bar, Lunch and Bar. Thanks for the honours! For those of you who haven't been here yet, listen to your peers and pay us a visit!","../images/featured_logo/mickandangelos_logo_big.gif","Mick and Angelos","Niagara Falls")
    }

    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/catscaboose/index.html","../images/paying_logo/catscaboose_logo_sm.gif","St. Catharines","(905) 682-0139","Cat's Caboose","Located in the heart of old Glenridge, Cat's Caboose is one of St. Catharines oldest and most established restaurants. - Readers Choice award 2006 - Best Service Award. - Best Bartender Award - Best Server Award - Best Wings Award - Best Burger Award - Best place to hear a live band Award - Best Bang for your Buck Award. Winter Specials. 'Friendly Food, Tasty Staff' Lunch Specials 11:30am Till 5:00pm. Monday’s – Philly Steak And Cheese With Fries Or Buffalo Chips $5.99. Tuesday’s – Rueben Sandwich With Fries Or Buffalo Chips $5.99. Wednesday’s – Buffalo Chicken Salad $5.99. Thursday’s – Chicken Bacon Club Wrap With Fries Or Buffalo Chips $5.99. Friday’s – 1 Piece Fish And Chips $7.99. Soup Of The Day – New England Clam Chowder. Saturday’s – Crunchy Chicken Caesar Wrap With Fries Or Buffalo Chips $5.99. Sunday’s - $5.00 Menu All Day. (With Beverage Purchase).","../images/featured_logo/catscaboose_logo_big.gif","Cat's Caboose","St. Catharines")
        db[1] = new featlink("../customers/domspastaandgrill/index.html","../images/paying_logo/domspastaandgrill_logo_sm.gif","Mainly Italian","(905) 688-4202","Dom's Pasta & Grill","Feel like a little pasta tonite? Feel like a whole lot of good eating and good times? Dom's Pasta and Grill can satisfy your craving for both. Dom's Pasta and Grill is the fun spot for get togethers after work or after a movie. Try one of our zesty appetizers for a snack, or share a large size of Nachos Italiano, your tastebuds won't know what hit 'em'! Full size dinners feature your favourite Italian pasta dishes as well as succulent favourites from the grill. Our menu even offers heaping servings of Fish and Seafood Dishes. Of course no buffet compares to Dom's irresistible Sunday Brunch or our Monday and Tuesday Nite Buffet. Every Wednesday is 'All You Can Eat Pasta'...mucho Italiano!!","../images/featured_logo/domspastaandgrill_logo_big.gif","Dom's Pasta and Grill","Mainly Italian")
        db[2] = new featlink("../customers/thefeatherypub/index.html","../images/paying_logo/thefeatherypub_logo_sm.gif","St Catharines","(905) 687-3553","The Feathery Pub","The word pub is derived from the term public house. A public house was traditionally a meeting spot that could serve as a center for the community. At the Feathery Pub this is what you will find, community,from our families, friends and locals that dine on our fine home cooked fare, our regulars that grace our bar, to our servers and bartenders that hustle to give you the most out of your pub experience. We have live entertainment 4 nights a week 7 if you include the tall tales that you may hear from our staff and some customers! Please come join us for a pint, a steak and Guinness Yorkshire and a smile! Cheers from The Feathery Pub!","../images/featured_logo/thefeatherypub_logo_big.gif","The Feathery Pub","St Catharines")
    }

    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>");
}

