    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/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[1] = new featlink("../customers/blackbull/index.html","../images/paying_logo/blackbull_logo_sm.gif","Guelph Line","(905) 332-4922","Black Bull","The Black Bull British Pub located at 1124 Guelph Line continues it's long tradition in Burlington. Under the same ownership for 15 years and a commitment for many more, as we have just completed a make-over. Great food value, superior beer selection and Burlington's best Karaoke by night. Our famous fish and chips, knowledgeable staff and large but cozy interior will ensure each visit will guarantee a return.","../images/featured_logo/blackbull_logo_big.gif","Large and cozy interior","Guelph Line")
        db[2] = new featlink("../customers/pepperwood/index.html","../images/paying_logo/pepperwood_logo_sm.gif","Burlington Downtown","(905) 333-6999","Pepperwood Bistro","Pepperwood Bistro, Brewery and Catering offers delightful cuisine, on premise brewed beers along with a vast selection of fine wines and spirits.  Whether you relax on the outdoor shaded patio with a cool drink,  enjoy the fantastic menu in the Dining Room or simply pull up a bar stool for an after dinner cigar in the Lounge, Pepperwood Bistro will tantalize all of your senses.","../images/featured_logo/pepperwood_logo_big.gif","Fine food and Great Draught","Burlington Downtown")
        db[3] = new featlink("../customers/carriganarms/index.html","../images/paying_logo/carriganarms_logo_sm.gif","Carrigan Arms","(905) 332-6131","Carrigan Arms","Carrigan Arms - 2025 Upper Middle Rd. - Burlington - (905) 332-6131","../images/featured_logo/carriganarms_logo_big.gif","Burlington","Carrigan Arms")
        db[4] = new featlink("../customers/thequeenshead/index.html","../images/paying_logo/thequeenshead_logo_sm.gif","Burlington","(905) 632-1300","The Queenshead","The Quenshead Pub - 400 Brant St. - Burlington - (905) 632-1300","../images/featured_logo/thequeenshead_logo_big.gif","The Queenshead","Burlington")
        db[5] = new featlink("../customers/slyefox/index.html","../images/paying_logo/slyefox_logo_sm.gif","Burlington","(905) 639-39000","Slye Fox","With a selection of over 17 different Beers 5 red and 5 white wines, a full line-up of Smirnoff Coolers and sipping Whisky's like Glendronach, Tullamore Dew, as well as Patron Tequila. Daily lunch specials and with all the food you'd expect from a British Pub, you're sure to find something. We feature great food selection, new choices of beer on a seasonal basis and new up and coming bands to entertain you every Friday and Saturday night. Remember, if you had a great time at the Slye Fox, its ok to tell your closest friends, your distant friends or even strangers standing in the queue at Canadian Tire. If you had a less than great time, you probably weren't in The Slye Fox... So come on over to The Slye Fox Burlington as we want to make your first visit here one of many. Every weekend, you can catch live acts. Voted Burlington’s best live music 3 years running. Want a taste? Come in for a quiet dinner but stay for the entertainment.","../images/featured_logo/slyefox_logo_big.gif","Slye Fox","Burlington")
        db[6] = new featlink("../customers/thepurpleheather/index.html","../images/paying_logo/thepurpleheather_logo_sm.gif","Burlington","(905) 315-8782","The Purple Heather","What is a gastro pub? The gastro pub concept was born in Britain and has since taken off in N America. With gastro pubs popping up in neighbourhoods all over the world; owner Ed Catley knew it was time to introduce Burlington to its first true gastro pub. The gastropub is a culinary revolution where the typical pub grub is elevated to refined dining heights. Perfect for lunch, dinner and of course, an after-work drink; the Purple Heather is not just a pub or bar and is not just a restaurant. The Heather is a hybrid of all. We offer a high quality menu and a warm welcoming atmosphere in upscale surroundings. Simply put; The Heather is an inviting place for everyone and every occasion where the food is as important as the drink.","../images/featured_logo/thepurpleheather_logo_big.gif","The Purple Heather","Burlington")
    }

    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/carriganarms/index.html","../images/paying_logo/carriganarms_logo_sm.gif","Carrigan Arms","(905) 332-6131","Carrigan Arms","Carrigan Arms - 2025 Upper Middle Rd. - Burlington - (905) 332-6131","../images/featured_logo/carriganarms_logo_big.gif","Burlington","Carrigan Arms")
        db[1] = new featlink("../customers/pepperwood/index.html","../images/paying_logo/pepperwood_logo_sm.gif","Burlington Downtown","(905) 333-6999","Pepperwood Bistro","Pepperwood Bistro, Brewery and Catering offers delightful cuisine, on premise brewed beers along with a vast selection of fine wines and spirits.  Whether you relax on the outdoor shaded patio with a cool drink,  enjoy the fantastic menu in the Dining Room or simply pull up a bar stool for an after dinner cigar in the Lounge, Pepperwood Bistro will tantalize all of your senses.","../images/featured_logo/pepperwood_logo_big.gif","Fine food and Great Draught","Burlington Downtown")
        db[2] = new featlink("../customers/jerseysbarandgrill/index.html","../images/paying_logo/jerseysbarandgrill_logo_sm.gif","athletes meet!","(905) 319-0525","Jerseys Bar & Grill","Jerseys has a little bit of everything for everyone. Looking for somewhere to watch the big game? Want to play some pool? How about Golden Tee? Dance the night away, or even sing your hearts out? Then come join us at Jerseys. Enjoy our daily lunch and dinner specials, live entertainment every sat and Karaoke every Thursday. For reservations or more information call us at (905) 319-0525.","../images/featured_logo/jerseysbarandgrill_logo_big.gif","Where armchair","athletes meet!")
        db[3] = new featlink("../customers/emmasbackporch-burlington/index.html","../images/paying_logo/emmasbackporch-burlington_logo_sm.gif","Burlington Downtown","(905) 634-2084","Emma's Burlington","When one thinks of getting away images come to mind - perhaps its the cottage, a lodge or even camping but certainly it means relaxation, hospitality, good food, fun beverages, and close friends. We hope Emma's Back Porch is all of those qualities and we invite you to enjoy all she offers. Thematically we have our main bar resembling a refreshment shack, park like furniture fills our dining areas, the Clubhouse with TV's and its own locker room, the Lodge (Our party room) and of course our dynamic lakefront patio. Emma's is open 7 days and nights a week except for Xmas day, our staff ski trip.","../images/featured_logo/emmasbackporch-burlington_logo_big.gif","Backyard BBQ'N and Cottage Cookin","Burlington Downtown")
    }

    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/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/jerseysbarandgrill/index.html","../images/paying_logo/jerseysbarandgrill_logo_sm.gif","athletes meet!","(905) 319-0525","Jerseys Bar & Grill","Jerseys has a little bit of everything for everyone. Looking for somewhere to watch the big game? Want to play some pool? How about Golden Tee? Dance the night away, or even sing your hearts out? Then come join us at Jerseys. Enjoy our daily lunch and dinner specials, live entertainment every sat and Karaoke every Thursday. For reservations or more information call us at (905) 319-0525.","../images/featured_logo/jerseysbarandgrill_logo_big.gif","Where armchair","athletes meet!")
        db[1] = new featlink("../customers/gatorteds/index.html","../images/paying_logo/gatorteds_logo_sm.gif","Burlington","(905) 336-3133","Gator Teds - Burlington","Gator Teds - Guelph Line and Upper Middle - Burlington, Ontario - 905-336-3133","../images/featured_logo/gatorteds_logo_big.gif","Gator Teds","Burlington")
        db[2] = new featlink("../customers/theninesbrickbar/index.html","../images/paying_logo/theninesbrickbar_logo_sm.gif","Burlington","(905) 639-9991","The Nines Brick Bar","The Nines Beer and Wine<br><br>Harkin’ the good old days, the original six teams vying for Lord Stanley’s Mug, riding the rails, town to town.<br><br> Simple times, a simpler time.<br><br> Come and capture the spirit of old time hockey at The Nines Brick Bar + Stone Oven + Grill. Simple food made simply perfect.<br><br> Hand made burgers, thick crust pizza, and jumbo roasted wings capped off with one of our 13 ice cold draught beers.<br><br> Come on in, ride the train, kick back, relax and remember the times of ‘Mr. Hockey’, the ‘Rocket’ and the ‘Golden Jet’.","../images/featured_logo/theninesbrickbar_logo_big.gif","The Nines Brick Bar","Burlington")
        db[3] = new featlink("../customers/tincupsportsgrill-burlington/index.html","../images/paying_logo/tincupsportsgrill-burlington_logo_sm.gif","Burlington","(905) 315-7727","Tin Cup -Burlington","Tin Cup Sports Grill - BURLINGTON","../images/featured_logo/tincupsportsgrill-burlington_logo_big.gif","Tin Cup Sports Grill","Burlington")
    }

    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/jerseysbarandgrill/index.html","../images/paying_logo/jerseysbarandgrill_logo_sm.gif","athletes meet!","(905) 319-0525","Jerseys Bar & Grill","Jerseys has a little bit of everything for everyone. Looking for somewhere to watch the big game? Want to play some pool? How about Golden Tee? Dance the night away, or even sing your hearts out? Then come join us at Jerseys. Enjoy our daily lunch and dinner specials, live entertainment every sat and Karaoke every Thursday. For reservations or more information call us at (905) 319-0525.","../images/featured_logo/jerseysbarandgrill_logo_big.gif","Where armchair","athletes meet!")
        db[1] = new featlink("../customers/pepperwood/index.html","../images/paying_logo/pepperwood_logo_sm.gif","Burlington Downtown","(905) 333-6999","Pepperwood Bistro","Pepperwood Bistro, Brewery and Catering offers delightful cuisine, on premise brewed beers along with a vast selection of fine wines and spirits.  Whether you relax on the outdoor shaded patio with a cool drink,  enjoy the fantastic menu in the Dining Room or simply pull up a bar stool for an after dinner cigar in the Lounge, Pepperwood Bistro will tantalize all of your senses.","../images/featured_logo/pepperwood_logo_big.gif","Fine food and Great Draught","Burlington Downtown")
        db[2] = new featlink("../customers/tincupsportsgrill/index.html","../images/paying_logo/tincupsportsgrill_logo_sm.gif","Oakville","(905) 469-1441","Tin Cup - Oakville","Nestled at the south end of Glen Abbey in Oakville, Tin Cup Sports Grill offers savory menu items, a vibrant spirit and something for friends and family for any occasion. <br>Whether you are getting together to catch the game, taking in a live band, or simply enjoying a glass of one of our exquisite wines, Tin Cup is your neighborhood enjoyment destination.<br>Join us! Join the atmosphere!","../images/featured_logo/tincupsportsgrill_logo_big.gif","Tin Cup Sports Grill","Oakville")
        db[3] = new featlink("../customers/carriganarms/index.html","../images/paying_logo/carriganarms_logo_sm.gif","Carrigan Arms","(905) 332-6131","Carrigan Arms","Carrigan Arms - 2025 Upper Middle Rd. - Burlington - (905) 332-6131","../images/featured_logo/carriganarms_logo_big.gif","Burlington","Carrigan Arms")
        db[4] = new featlink("../customers/thequeenshead/index.html","../images/paying_logo/thequeenshead_logo_sm.gif","Burlington","(905) 632-1300","The Queenshead","The Quenshead Pub - 400 Brant St. - Burlington - (905) 632-1300","../images/featured_logo/thequeenshead_logo_big.gif","The Queenshead","Burlington")
        db[5] = new featlink("../customers/slyefox/index.html","../images/paying_logo/slyefox_logo_sm.gif","Burlington","(905) 639-39000","Slye Fox","With a selection of over 17 different Beers 5 red and 5 white wines, a full line-up of Smirnoff Coolers and sipping Whisky's like Glendronach, Tullamore Dew, as well as Patron Tequila. Daily lunch specials and with all the food you'd expect from a British Pub, you're sure to find something. We feature great food selection, new choices of beer on a seasonal basis and new up and coming bands to entertain you every Friday and Saturday night. Remember, if you had a great time at the Slye Fox, its ok to tell your closest friends, your distant friends or even strangers standing in the queue at Canadian Tire. If you had a less than great time, you probably weren't in The Slye Fox... So come on over to The Slye Fox Burlington as we want to make your first visit here one of many. Every weekend, you can catch live acts. Voted Burlington’s best live music 3 years running. Want a taste? Come in for a quiet dinner but stay for the entertainment.","../images/featured_logo/slyefox_logo_big.gif","Slye Fox","Burlington")
        db[6] = new featlink("../customers/thepurpleheather/index.html","../images/paying_logo/thepurpleheather_logo_sm.gif","Burlington","(905) 315-8782","The Purple Heather","What is a gastro pub? The gastro pub concept was born in Britain and has since taken off in N America. With gastro pubs popping up in neighbourhoods all over the world; owner Ed Catley knew it was time to introduce Burlington to its first true gastro pub. The gastropub is a culinary revolution where the typical pub grub is elevated to refined dining heights. Perfect for lunch, dinner and of course, an after-work drink; the Purple Heather is not just a pub or bar and is not just a restaurant. The Heather is a hybrid of all. We offer a high quality menu and a warm welcoming atmosphere in upscale surroundings. Simply put; The Heather is an inviting place for everyone and every occasion where the food is as important as the drink.","../images/featured_logo/thepurpleheather_logo_big.gif","The Purple Heather","Burlington")
    }

    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>");
}

