// JavaScript Document
    function doMeTastyBurger()
    {
     document.getElementById('whoIsItFrom').innerHTML = 'Tasty Burger';
     document.getElementById('serialNumber').innerHTML = 'TB-10212';
     
     document.getElementById('email_selected_information').value = 'Tasty Burger\n1301 Boylston Street\nBoston, Mass. 02215\n617.425.4444\n\nwww.tastyburger.com\n\nStump! Trivia Night\Monday 8:00 pm';
     document.getElementById('email_selected_bar_name').value = 'Tasty Burger';
     
     document.getElementById('coupon_selected_information').value = 'Tasty Burger;1301 Boylston Street;Boston, Mass. 02215;Telephone: 617.425.4444';
     document.getElementById('coupon_website_information').value = 'www.tastyburger.com';
     document.getElementById('coupon_triviaNight_information').value = 'Stump! Trivia Night is Monday 8:00 pm';
     
     document.getElementById('coupon_selected_bar_name').value = 'Tasty Burger';
     document.getElementById('coupon_selected_serial_number').value = 'TB-10212';
     
    }
     
    function doMeTanner()
    {
     document.getElementById('whoIsItFrom').innerHTML = 'Tanner Tavern';
     document.getElementById('serialNumber').innerHTML = 'T-10212';
     
     document.getElementById('email_selected_information').value = 'Tanner Tavern\n474 Main Street\nWoburn, Ma 01801\n781.935.0777\n\nwww.tannertavern.com\n\nStump! Trivia Night\nWednesday 9:00 pm';
     document.getElementById('email_selected_bar_name').value = 'Tanner Tavern';
     
     document.getElementById('coupon_selected_information').value = 'Tanner Tavern;474 Main Street;Woburn, Ma 01801;Telephone: 781.935.0777';
     document.getElementById('coupon_website_information').value = 'www.tannertavern.com';
     document.getElementById('coupon_triviaNight_information').value = 'Stump! Trivia Night is Wednesday 9:00 pm';
     
     document.getElementById('coupon_selected_bar_name').value = 'Tanner Tavern';
     document.getElementById('coupon_selected_serial_number').value = 'T-10212';
    }

    function doMeChampions()
    {
     document.getElementById('whoIsItFrom').innerHTML = 'Champions';
     document.getElementById('serialNumber').innerHTML = 'CH-10212';
     
     document.getElementById('email_selected_information').value = 'Champions\n110 Huntington Ave\nBoston, Mass. 02116\n617.927.5304\n\nwww.championsboston.com\n\nStump! Trivia Night\Monday 8:00 pm';
     document.getElementById('email_selected_bar_name').value = 'Champions';
     
     document.getElementById('coupon_selected_information').value = 'Champions;110 Huntington Ave;Boston, Mass. 02116;Telephone: 617.927.5304';
     document.getElementById('coupon_website_information').value = 'www.championsboston.com';
     document.getElementById('coupon_triviaNight_information').value = 'Stump! Trivia Night is Monday 8:00 pm';
     
     document.getElementById('coupon_selected_bar_name').value = 'Champions';
     document.getElementById('coupon_selected_serial_number').value = 'CH-10212';
     
    }
     
    function doMeApplebee()
    {
     document.getElementById('whoIsItFrom').innerHTML = 'Applebee';
     document.getElementById('serialNumber').innerHTML = 'AP-10212';
     
     document.getElementById('email_selected_information').value = 'Applebee\n3450 North Road\nPoughkeepsie, NY. 12601\n845.486.0052\n\nwww.locator.applebees.com\n\nStump! Trivia Night\Monday 8:00 pm';
     document.getElementById('email_selected_bar_name').value = 'Applebee';
     
     document.getElementById('coupon_selected_information').value = 'Applebee;3450 North Road;Poughkeepsie, NY. 12601;Telephone: 845.486.0052';
     document.getElementById('coupon_website_information').value = 'www.locator.applebees.com';
     document.getElementById('coupon_triviaNight_information').value = 'Stump! Trivia Night is Monday 8:00 pm';
     
     document.getElementById('coupon_selected_bar_name').value = 'Applebee';
     document.getElementById('coupon_selected_serial_number').value = 'AP-10212';
     
     }

    function doMeWunderbar()
    {
     document.getElementById('whoIsItFrom').innerHTML = 'Wunderbar & Bistro';
     document.getElementById('serialNumber').innerHTML = 'WB-10212';
     
     document.getElementById('email_selected_information').value = 'Wunderbar & Bistro\n744 Warren Street\nHudson, NY 12534\n518.828.0555\n\nhttp://wunderbarandbistro.com/WB/inside.html\n\nStump! Trivia Night\Wednesday 10:00 pm';
     document.getElementById('email_selected_bar_name').value = 'Wunderbar & Bistro';
     
     document.getElementById('coupon_selected_information').value = 'Wunderbar & Bistro;744 Warren Street;Hudson, NY 12534;Telephone: 518.828.0555';
     document.getElementById('coupon_website_information').value = 'http://wunderbarandbistro.com/WB/inside.html';
     document.getElementById('coupon_triviaNight_information').value = 'Stump! Trivia Night is Wednesday 10:00 pm';
     
     document.getElementById('coupon_selected_bar_name').value = 'Wunderbar & Bistro';
     document.getElementById('coupon_selected_serial_number').value = 'WB-10212';
     
     }
     

    function doMePyramid()
    {
     document.getElementById('whoIsItFrom').innerHTML = 'Pyramid Alehouse, Brewery & Restaurant';
     document.getElementById('serialNumber').innerHTML = 'PA-10212';
     
     document.getElementById('email_selected_information').value = 'Pyramid Alehouse, Brewery & Restaurant\n1410 Locust Street\nWalnut Creek, CA 94596\n925.946.1520\n\nhttp://www.pyramidbrew.com/alehouses/walnut-creek\n\nStump! Trivia Night\Tuesday 8:00 pm';
     document.getElementById('email_selected_bar_name').value = 'Pyramid Alehouse, Brewery & Restaurant';
     
     document.getElementById('coupon_selected_information').value = 'Pyramid Alehouse, Brewery & Restaurant;1410 Locust Street;Walnut Creek, CA 94596;Telephone: 925.946.1520';
     document.getElementById('coupon_website_information').value = 'http://www.pyramidbrew.com/alehouses/walnut-creek';
     document.getElementById('coupon_triviaNight_information').value = 'Stump! Trivia Night is Tuesday 8:00 pm';
     
     document.getElementById('coupon_selected_bar_name').value = 'Pyramid Alehouse, Brewery & Restaurant';
     document.getElementById('coupon_selected_serial_number').value = 'PA-10212';
     
     }

    function doMeGreatAmerican()
    {
     document.getElementById('whoIsItFrom').innerHTML = 'Great American Tavern';
     document.getElementById('serialNumber').innerHTML = 'GA-10212';
     
     document.getElementById('email_selected_information').value = 'Great American Tavern\n303 Main Street\nNorth Reading. MA 01864\n925.946.1520\n\nhttp://www.greatamericantavern.net/welcome.html\n\nStump! Trivia Night\Thursday 7:00 pm';
     document.getElementById('email_selected_bar_name').value = 'Great American Tavern';
     
     document.getElementById('coupon_selected_information').value = 'Great American Tavern;303 Main Street;North Reading. MA 01864;Telephone: 925.946.1520';
     document.getElementById('coupon_website_information').value = 'http://www.greatamericantavern.net/welcome.html';
     document.getElementById('coupon_triviaNight_information').value = 'Stump! Trivia Night is Thursday 7:00 pm';
     
     document.getElementById('coupon_selected_bar_name').value = 'Great American Tavern';
     document.getElementById('coupon_selected_serial_number').value = 'GA-10212';
     
     }

    function doMeTherapy()
    {
     document.getElementById('whoIsItFrom').innerHTML = 'Therapy Nightclub &amp; Sports Lgn';
     document.getElementById('serialNumber').innerHTML = 'TN-10212';
     
     document.getElementById('email_selected_information').value = 'Therapy Nightclub &amp; Sports Lgn\n303 Main Street\nPlattsburgh, NY 12901\n518.561.2041\n\nhttp://therapysportslounge.com/\n\nStump! Trivia Night\Thursday 8:00 pm';
     document.getElementById('email_selected_bar_name').value = 'Therapy Nightclub &amp; Sports Lgn';
     
     document.getElementById('coupon_selected_information').value = 'Therapy Nightclub &amp; Sports Lgn;303 Main Street;Plattsburgh, NY 12901;Telephone: 518.561.2041';
     document.getElementById('coupon_website_information').value = 'http://therapysportslounge.com/';
     document.getElementById('coupon_triviaNight_information').value = 'Stump! Trivia Night is Thursday 8:00 pm';
     
     document.getElementById('coupon_selected_bar_name').value = 'Therapy Nightclub &amp; Sports Lgn';
     document.getElementById('coupon_selected_serial_number').value = 'TN-10212';
     
     }

    function doMeScoreboard()
    {
     document.getElementById('whoIsItFrom').innerHTML = 'Scoreboard Sports Bar and Grill';
     document.getElementById('serialNumber').innerHTML = 'SS-10212';
     
     document.getElementById('email_selected_information').value = 'Scoreboard Sports Bar and Grill\n303 Main Street\nWoburn, MA 01801\n781.897.4000\n\nhttp://www.tpsscoreboard.com/\n\nStump! Trivia Night\Tuesday 8:00 pm';
     document.getElementById('email_selected_bar_name').value = 'Scoreboard Sports Bar and Grill';
     
     document.getElementById('coupon_selected_information').value = 'Scoreboard Sports Bar and Grill;303 Main Street;Woburn, MA 01801;Telephone: 781.897.4000';
     document.getElementById('coupon_website_information').value = 'http://www.tpsscoreboard.com/';
     document.getElementById('coupon_triviaNight_information').value = 'Stump! Trivia Night is Tuesday 8:00 pm';
     
     document.getElementById('coupon_selected_bar_name').value = 'Scoreboard Sports Bar and Grill';
     document.getElementById('coupon_selected_serial_number').value = 'SS-10212';
     
     }

    function doMeMcBrides()
    {
     document.getElementById('whoIsItFrom').innerHTML = 'J.P. McBrides';
     document.getElementById('serialNumber').innerHTML = 'JP-10212';
     
     document.getElementById('email_selected_information').value = 'J.P. McBrides\n303 Main Street\nHaverhill, MA 01830\n978.469.8011\n\nhttp://www.jpmcbrides.com/\n\nStump! Trivia Night\Thursday 8:00 pm';
     document.getElementById('email_selected_bar_name').value = 'J.P. McBrides';
     
     document.getElementById('coupon_selected_information').value = 'J.P. McBrides;303 Main Street;Haverhill, MA 01830;Telephone: 978.469.8011';
     document.getElementById('coupon_website_information').value = 'http://www.jpmcbrides.com/';
     document.getElementById('coupon_triviaNight_information').value = 'Stump! Trivia Night is Thursday 8:00 pm';
     
     document.getElementById('coupon_selected_bar_name').value = 'J.P. McBrides';
     document.getElementById('coupon_selected_serial_number').value = 'JP-10212';
     
     }

    function doMeRegina()
    {
     document.getElementById('whoIsItFrom').innerHTML = 'Regina Pizzeria';
     document.getElementById('serialNumber').innerHTML = 'RP-10212';
     
     document.getElementById('email_selected_information').value = 'Regina Pizzeria\n303 Main Street\nAllston, MA 02134 \n617.783.2300\n\nhttp://www.reginapizzeria.com/location_detail.php?location_id=59&Brick%20Oven%20Pizza%20-%20Allston%20at%20the%20Depot%20-%20Full%20Bar%20-%20Allston\n\nStump! Trivia Night\Thursday 8:00 pm';
     document.getElementById('email_selected_bar_name').value = 'Regina Pizzeria';
     
     document.getElementById('coupon_selected_information').value = 'Regina Pizzeria;303 Main Street;Allston, MA 02134 ;Telephone: 617.783.2300';
     document.getElementById('coupon_website_information').value = 'http://www.reginapizzeria.com/location_detail.php?location_id=59&Brick%20Oven%20Pizza%20-%20Allston%20at%20the%20Depot%20-%20Full%20Bar%20-%20Allston';
     document.getElementById('coupon_triviaNight_information').value = 'Stump! Trivia Night is Thursday 8:00 pm';
     
     document.getElementById('coupon_selected_bar_name').value = 'Regina Pizzeria';
     document.getElementById('coupon_selected_serial_number').value = 'RP-10212';
     
     }

    function doMeJillians()
    {
     document.getElementById('whoIsItFrom').innerHTML = 'Jillians';
     document.getElementById('serialNumber').innerHTML = 'JW-10212';
     
     document.getElementById('email_selected_information').value = 'Jillians\n303 Main Street\nWorcester, MA 01605 \n508.793.0900\n\nhttp://www.jilliansworcester.com/home.php\n\nStump! Trivia Night\Thursday 8:00 pm';
     document.getElementById('email_selected_bar_name').value = 'Jillians';
     
     document.getElementById('coupon_selected_information').value = 'Jillians;303 Main Street;Worcester, MA 01605 ;Telephone: 508.793.0900';
     document.getElementById('coupon_website_information').value = 'http://www.jilliansworcester.com/home.php';
     document.getElementById('coupon_triviaNight_information').value = 'Stump! Trivia Night is Thursday 8:00 pm';
     
     document.getElementById('coupon_selected_bar_name').value = 'Jillians';
     document.getElementById('coupon_selected_serial_number').value = 'JW-10212';
     
     }

    function doMeLakay()
    {
     document.getElementById('whoIsItFrom').innerHTML = 'Lakay Island Restaurant';
     document.getElementById('serialNumber').innerHTML = 'LI-10212';
     
     document.getElementById('email_selected_information').value = 'Lakay Island Restaurant\n303 Main Street\nSalem, MA 01970 \n978.744.2308 \n\nhttp://lakayrestaurant.com/\n\nStump! Trivia Night\Thursday 8:00 pm';
     document.getElementById('email_selected_bar_name').value = 'Lakay Island Restaurant';
     
     document.getElementById('coupon_selected_information').value = 'Lakay Island Restaurant;303 Main Street;Salem, MA 01970 ;Telephone: 978.744.2308 ';
     document.getElementById('coupon_website_information').value = 'http://lakayrestaurant.com/';
     document.getElementById('coupon_triviaNight_information').value = 'Stump! Trivia Night is Thursday 8:00 pm';
     
     document.getElementById('coupon_selected_bar_name').value = 'Lakay Island Restaurant';
     document.getElementById('coupon_selected_serial_number').value = 'LI-10212';
     
     }

    function doMeBarley()
    {
     document.getElementById('whoIsItFrom').innerHTML = 'Barley & Hops';
     document.getElementById('serialNumber').innerHTML = 'BH-10212';
     
     document.getElementById('email_selected_information').value = 'Barley & Hops\n303 Main Street\nTemecula, CA. 92592 \n951.303.0333 \n\nhttp://www.barleyandhopheads.com/\n\nStump! Trivia Night\Thursday 8:00 pm';
     document.getElementById('email_selected_bar_name').value = 'Barley & Hops';
     
     document.getElementById('coupon_selected_information').value = 'Barley & Hops;303 Main Street;Temecula, CA. 92592 ;Telephone: 951.303.0333 ';
     document.getElementById('coupon_website_information').value = 'http://www.barleyandhopheads.com/';
     document.getElementById('coupon_triviaNight_information').value = 'Stump! Trivia Night is Thursday 8:00 pm';
     
     document.getElementById('coupon_selected_bar_name').value = 'Barley & Hops';
     document.getElementById('coupon_selected_serial_number').value = 'BH-10212';
     
     }

    function doMeOldSpot()
    {
     document.getElementById('whoIsItFrom').innerHTML = 'Barley & Hops';
     document.getElementById('serialNumber').innerHTML = 'BH-10212';
     
     document.getElementById('email_selected_information').value = 'Barley & Hops\n303 Main Street\nSalem, MA 01970 \n978.745.5656 \n\nhttp://www.theoldspot.com/\n\nStump! Trivia Night\Wednesday 8:00 pm';
     document.getElementById('email_selected_bar_name').value = 'Barley & Hops';
     
     document.getElementById('coupon_selected_information').value = 'Barley & Hops;303 Main Street;Salem, MA 01970 ;Telephone: 978.745.5656 ';
     document.getElementById('coupon_website_information').value = 'http://www.theoldspot.com/';
     document.getElementById('coupon_triviaNight_information').value = 'Stump! Trivia Night is Wednesday 8:00 pm';
     
     document.getElementById('coupon_selected_bar_name').value = 'Barley & Hops';
     document.getElementById('coupon_selected_serial_number').value = 'BH-10212';
     
     }
    

