    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 catering(){
    db = new Array()
        db[0] = new featlink("../customers/pepperwoodcatering/index.html","../images/paying_logo/pepperwoodcatering_logo_sm.gif","Social Functions at Home","(905) 632-7096","Pepperwood Catering","If you are planning your wedding or having a meeting, anniversary reception or is it that special day in your life?  Let Pepperwood take care of your every need. Pepperwood is proud to offer full service customized catering and event planning from 10 people to as large as 2000 people. Pepperwood’s catering allows you the opportunity to entertain in the comfort of your own home or exchange your vows in one of Burlington’s six favourite wedding venues. Imagine the memorable experience being married overlooking the 18th hole in the Beverly Golf and Country Club, overlooking the lake at the Travelodge Hotel or the Burlington Art Center or in one of the fabulous venues at the Royal Botanical Gardens. Whatever your menu choice will be, we would be honoured in making your event a memorable occasion! Be sure to check out our fast, easy on-line booking service, for your convenience and total satisfaction.","../images/featured_logo/pepperwoodcatering_logo_big.gif","Catering for Weddings, Corporate Functions","Social Functions at Home")
        db[1] = new featlink("../customers/savouringthemoment/index.html","../images/paying_logo/savouringthemoment_logo_sm.gif","Catering","(905) 630-7587","Savouring the Moment","Savouring the Moment is a subsidiary of Gator Restaurants est. 1994. With the success of two restaurants in the Burlington and Waterdown area and the demand for our businesses to host numerous events and catering offsite; we have decided to create a new business solely to provide this service. This will allow us to provide our clients and our future clients with the best possible service and attention they deserve.Co-managed with the owner of Gator Restaurants, we bring to you over 30 years experience in food service management. In 2009 we branched out to Food & Beverage management at Rock Chapel Golf Course at the Rock Chapel Café in Dundas, ON. As of January 2011,Savouring the Moment is now managing the Food & Beverage program for Flamborough Hills Golf & Country Club in Copetown, ON for the banquet hall and operating 'Gators at the Pass' within the Clubhouse for day to operations.","../images/featured_logo/savouringthemoment_logo_big.gif","Savouring The Moment","Catering")
    }

    function getfeatcatering() {

    catering();
    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 gethomecatering() {

    catering();
    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 finedining(){
    db = new Array()
        db[0] = new featlink("../customers/ninosristorante/index.html","../images/paying_logo/ninosristorante_logo_sm.gif","Hamilton","(289) 389-2103","Ninos Ristorante","Ninos Ristorante","../images/featured_logo/ninosristorante_logo_big.gif","Ninos Ristorante","Hamilton")
        db[1] = new featlink("../customers/1010bistro/index.html","../images/paying_logo/1010bistro_logo_sm.gif","Westdale Village","(905) 526-6642","1010 Bistro","1010 Bistro The New Bistro in Westdale Village offers a wide variety of original cuisine.","../images/featured_logo/1010bistro_logo_big.gif","Elegant Dining and Catering","Westdale Village")
        db[2] = new featlink("../customers/spassoristorante/index.html","../images/paying_logo/spassoristorante_logo_sm.gif","Stoney Creek","(905) 664-7817","Spasso Ristorante","Spasso Ristorante - 940 Queenston Rd. - Stoney Creek - (905) 664-7817","../images/featured_logo/spassoristorante_logo_big.gif","Spasso Ristorante","Stoney Creek")
        db[3] = new featlink("../customers/thesirloincellar/index.html","../images/paying_logo/thesirloincellar_logo_sm.gif","Hamilton","(905) 525-8620","Sirloin Cellar","The Sirloin Cellar was originally called 'The Jet Restaurant'.     In 1968 'The Jet' was expropriated for the arrival of The Jackson Square Mall which forced the owners to 'find another spot'. Across the road from 'The Jet' was the Tip Top Building (built in 1905) and in the lower level of this building sat a barber shop/pool hall and plans started to evolve.  They changed the name from 'The Jet' to 'The Sirloin Cellar' ……….fitting for a basement location.   The transformation took almost 1 year and it’s doors opened in June of 1969.  Everything from antique barn wood to state of the art kitchen equipment, right down to the imported Italian silk lamps were installed to create this very unique space.  The Sirloin Cellar has been a family affair since day one and is the longest surviving original seafood – steak house in Hamilton.…nicknamed 'a diamond in the ruff'","../images/featured_logo/thesirloincellar_logo_big.gif","The Sirloin Cellar","Hamilton")
    }

    function getfeatfinedining() {

    finedining();
    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 gethomefinedining() {

    finedining();
    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 casual(){
    db = new Array()
        db[0] = new featlink("../customers/barangas/index.html","../images/paying_logo/barangas_logo_sm.gif","Hamilton","(905) 544-7122","Barangas on the Beach","Baranga's on the Beach - Q.E.W. to Highway # 20 North  - Hamilton, Ontario - 905-544-7122","../images/featured_logo/barangas_logo_big.gif","Baranga's on the Beach","Hamilton")
        db[1] = new featlink("../customers/collinsbrewhouse/index.html","../images/paying_logo/collinsbrewhouse_logo_sm.gif","Downtown Dundas","(905) 628-9995","Collins Brew House","The best place in town to get a great draught beer with a superb meal. Located in the heart of Dundas in the Historical Collins Hotel. After dinner, join us downstairs at Bottoms UP as your dancing party goes on till the wee hours of the night.","../images/featured_logo/collinsbrewhouse_logo_big.gif","Collins Brew House","Downtown Dundas")
        db[2] = new featlink("../customers/thirstycactus/index.html","../images/paying_logo/thirstycactus_logo_sm.gif","Downtown Dundas","(905) 627-8488","Thirsty Cactus","Expansive Tex Mex Menu served UP in a warm, friendly, casual atmosphere. Full menu available for lunch, dinner, late night and in-between something for everyone, including vegetarian options and a children's menu. Tried and true Cactus specialties include fajitas, steaks, ribs and more. While you whet your appetite, wet your whistle with a choice from our selection of domestic and imported beers, or a margarita (Of Course!).","../images/featured_logo/thirstycactus_logo_big.gif","Expansive Tex Mex Menu","Downtown Dundas")
        db[3] = new featlink("../customers/theaugustahouse/index.html","../images/paying_logo/theaugustahouse_logo_sm.gif","Hamilton","(905) 522-5111","The Augusta House","The Augusta House","../images/featured_logo/theaugustahouse_logo_big.gif","The Augusta House","Hamilton")
        db[4] = new featlink("../customers/theecagneyspub/index.html","../images/paying_logo/theecagneyspub_logo_sm.gif","Hamilton Mountain","(905) 387-5721","Thee Cagneys Pub","Thee Cagneys Pub","../images/featured_logo/theecagneyspub_logo_big.gif","Thee Cagneys Pub","Hamilton Mountain")
        db[5] = new featlink("../customers/royalcoachman/index.html","../images/paying_logo/royalcoachman_logo_sm.gif","Waterdown","(905) 689-5952","Royal Coachman","Royal Coachman","../images/featured_logo/royalcoachman_logo_big.gif","Royal Coachman","Waterdown")
        db[6] = new featlink("../customers/vicarsvice/index.html","../images/paying_logo/vicarsvice_logo_sm.gif","a good habit to get into.","(905) 578-4500","Vicars Vice","Vicars Vice Restaurant Pub - A Good Habit to get into - 2251 Rymal Rd. E. - Hamilton - (905) 578-4500","../images/featured_logo/vicarsvice_logo_big.gif","Vicars Vice Restaurant Pub","a good habit to get into.")
        db[7] = new featlink("../customers/oneduke/index.html","../images/paying_logo/oneduke_logo_sm.gif","In the South Side","(905) 522-6222","One Duke Restaurant","One Duke in the 'South Side' Meet Neal as he creates and hosts a meal made for kings or Dukes that matter.","../images/featured_logo/oneduke_logo_big.gif","Fine Dining yet Casual","In the South Side")
        db[8] = new featlink("../customers/oxfordcircus/index.html","../images/paying_logo/oxfordcircus_logo_sm.gif","Brantford","(519) 753-6609","Oxford Circus","Oxford Circus - 61 Lynden Rd. - Brantford - 519-753-6609","../images/featured_logo/oxfordcircus_logo_big.gif","Oxford Circus","Brantford")
        db[9] = new featlink("../customers/raysplacetheboathouse/index.html","../images/paying_logo/raysplacetheboathouse_logo_sm.gif","Hamilton","(905) 522-4800","Ray's Place","Rays Place The Boathouse - 303 Dundurn St. S. - Hamilton, Ontario - 905-522-4800","../images/featured_logo/raysplacetheboathouse_logo_big.gif","Ray's Place","Hamilton")
        db[10] = new featlink("../customers/villageinnrestaurant/index.html","../images/paying_logo/villageinnrestaurant_logo_sm.gif","Grimsby","(905) 945-5129","Village Inn Restaurant","Village Inn Restaurant","../images/featured_logo/villageinnrestaurant_logo_big.gif","The Village Inn Family Restaurant","Grimsby")
        db[11] = new featlink("../customers/theargylestreetgrill/index.html","../images/paying_logo/theargylestreetgrill_logo_sm.gif","Caledonia","(905) 765-9622","The Argyle Street Grill","The Argyle Street Grill - 345 Argyle St. S. - Caledonia - 905-765-9622","../images/featured_logo/theargylestreetgrill_logo_big.gif","The Argyle Street Grill","Caledonia")
        db[12] = new featlink("../customers/snootyfox/index.html","../images/paying_logo/snootyfox_logo_sm.gif","Westdale Village","(905) 546-0000","Snooty Fox","An English pub at its best!   Once a historic building it has been altered to form one of the most popular gathering spots in the area.   A cozy and welcoming atmosphere, great staff, and delicious food is what makes The Snooty Fox the hot spot that it is","../images/featured_logo/snootyfox_logo_big.gif","The PUB that ROCKS","Westdale Village")
    }

    function getfeatcasual() {

    casual();
    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 gethomecasual() {

    casual();
    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 seasonal(){
    db = new Array()
        db[0] = new featlink("../customers/barangas/index.html","../images/paying_logo/barangas_logo_sm.gif","Hamilton","(905) 544-7122","Barangas on the Beach","Baranga's on the Beach - Q.E.W. to Highway # 20 North  - Hamilton, Ontario - 905-544-7122","../images/featured_logo/barangas_logo_big.gif","Baranga's on the Beach","Hamilton")
        db[1] = new featlink("../customers/theaugustahouse/index.html","../images/paying_logo/theaugustahouse_logo_sm.gif","Hamilton","(905) 522-5111","The Augusta House","The Augusta House","../images/featured_logo/theaugustahouse_logo_big.gif","The Augusta House","Hamilton")
        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/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")
    }

    function getfeatseasonal() {

    seasonal();
    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 gethomeseasonal() {

    seasonal();
    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 international(){
    db = new Array()
        db[0] = new featlink("../customers/wildorchidrestaurant/index.html","../images/paying_logo/wildorchidrestaurant_logo_sm.gif","James Street North","(905) 528-7171","Wild Orchid","Come experience Authentic Portuguese cuisine at its best.  Enjoy Natasha's wild array of popular entrees to tempt your palate, including charbroiled cod, shrimp, favas, and our famous 'fillets com arroz de marisco'.","../images/featured_logo/wildorchidrestaurant_logo_big.gif","Fine Portuguese Cuisine","James Street North")
    }

    function getfeatinternational() {

    international();
    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 gethomeinternational() {

    international();
    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 fastfood(){
    db = new Array()
        db[0] = new featlink("../customers/lockestreetbakery/index.html","../images/paying_logo/lockestreetbakery_logo_sm.gif","Hamilton","(905) 308-8245","Locke Street Bakery","Locke Street Bakery - 202 Locke St - Hamilton - (905) 308-8245","../images/featured_logo/lockestreetbakery_logo_big.gif","Locke Street Bakery","Hamilton")
    }

    function getfeatfastfood() {

    fastfood();
    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 gethomefastfood() {

    fastfood();
    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 seafood(){
    db = new Array()
        db[0] = new featlink("../customers/walkersfishmarket-burlington/index.html","../images/paying_logo/walkersfishmarket_logo_sm.gif","Burlington","(905) 633-9929","Walkers - Burlington","At Walkers Fish Market our commitment and passion to fresh seafood is a way of life. Fish any fresher has yet to be caught. The ever-changing menu printed twice daily at Walkers Fish Market puts the freshest seafood from every coastline on your table. Chilean Coast, Chesapeake Bay, Gulf of Mexico, Great Lakes, Cape Cod, Atlantic, Pacific. Only the freshest seafood is considered for the fabulous variety of our chef-driven dishes and tried-and-true seafood favorites featured by Chef Michael Levins. Walkers Fish Market can be described as sophisticated, fresh, and dynamic. Walkers Fish Market offers casual dining and tremendous socializing in a stunning setting. Whether dining fireside in the dining room, socializing at the island bar or dining by candlelight on the outdoor patio, you will be impressed by the standards of service, freshness and quality. See you soon!","../images/featured_logo/walkersfishmarket_logo_big.gif","Walkers Fish Market","Burlington")
        db[1] = new featlink("../customers/thesirloincellar/index.html","../images/paying_logo/thesirloincellar_logo_sm.gif","Hamilton","(905) 525-8620","Sirloin Cellar","The Sirloin Cellar was originally called 'The Jet Restaurant'.     In 1968 'The Jet' was expropriated for the arrival of The Jackson Square Mall which forced the owners to 'find another spot'. Across the road from 'The Jet' was the Tip Top Building (built in 1905) and in the lower level of this building sat a barber shop/pool hall and plans started to evolve.  They changed the name from 'The Jet' to 'The Sirloin Cellar' ……….fitting for a basement location.   The transformation took almost 1 year and it’s doors opened in June of 1969.  Everything from antique barn wood to state of the art kitchen equipment, right down to the imported Italian silk lamps were installed to create this very unique space.  The Sirloin Cellar has been a family affair since day one and is the longest surviving original seafood – steak house in Hamilton.…nicknamed 'a diamond in the ruff'","../images/featured_logo/thesirloincellar_logo_big.gif","The Sirloin Cellar","Hamilton")
    }

    function getfeatseafood() {

    seafood();
    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 gethomeseafood() {

    seafood();
    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>");
}

