//define the namespace and add utilities
if (typeof(window.Gigmaven === "undefined")){
  var Gigmaven = {};

  Gigmaven.constants = {
    stylesheet_base: "http://gigmaven.com/stylesheets/css/embeddables/"
  }

  Gigmaven.util = {        
    addEvent: function( obj, type, fn ) {
      if ( obj.attachEvent ) {
        obj['e'+type+fn] = fn;
        obj[type+fn] = function(){obj['e'+type+fn]( window.event );}
        obj.attachEvent( 'on'+type, obj[type+fn] );
      } else
        obj.addEventListener( type, fn, false );
    },
    cancelEvent: function(e){
      if ( e.preventDefault ){
        e.preventDefault();
      } else {
        e.returnValue = false;
      }
    },
    requestScript: function(uri, params){
      var noCacheIE = '&noCacheIE=' + (new Date()).getTime();
      var params = this.stringifyParams(params);
      var fullUri = uri + "?" + params + noCacheIE;
      var scriptObj = document.createElement("script");
      scriptObj.setAttribute("type", "text/javascript");
      scriptObj.setAttribute("charset", "utf-8");
      scriptObj.setAttribute("src",fullUri);
      this.documentHead().appendChild(scriptObj)
    }, 
    stringifyParams: function(params){
      var retval = []
      for (key in params){
        retval.push(key+"="+params[key]);
      }
      return retval.join("&");
    },
    documentHead: function(){
      return document.getElementsByTagName("head").item(0)
    },
    createNode: function(script_tag_id, node_id){
      var script_tag = document.getElementById(script_tag_id)
      var parentDiv = script_tag.parentNode
      var node = document.createElement("div")
      node.setAttribute("id", node_id)  
      parentDiv.insertBefore(node, script_tag)
      return node
    },
    requestStylesheet:function(folder, name){
      var linkObj = document.createElement("link")
      var stylesheetUri = Gigmaven.constants.stylesheet_base + folder + name + ".css"
      linkObj.setAttribute("rel", "stylesheet")
      linkObj.setAttribute("type", "text/css")
      linkObj.setAttribute("href", stylesheetUri)
      var head = this.documentHead()
      head.insertBefore(linkObj, head.firstChild)
    }
  }
}


Gigmaven.list = {
  uri: "http://gigmaven.com/embed/4234/event_list",
  stylesheet_folder: "",
  payload: null, 
  node: null,
  offset: 0,
  limit: 20,
  script_id: 'gigmaven_aY9H7ax',
  render: function(payload){
    this.payload = payload;
    this.content.innerHTML = this.content.innerHTML + payload
  },
  load: function(){
    Gigmaven.util.requestScript(this.uri, {'options[limit]': this.limit, 'options[offset]': this.offset, loaded: true})
  },
  incrementOffset: function(){
    this.offset = this.offset + this.limit
  },
  initialize: function(structure, stylesheet){
    var list = this
    Gigmaven.util.requestStylesheet(this.stylesheet_folder, stylesheet)     
    var load_in_context = function(e){list.load(); Gigmaven.util.cancelEvent(e);}
    this.node = Gigmaven.util.createNode(this.script_id, 'gigmaven_list')
    this.node.innerHTML = structure
    this.content = document.getElementById('gigmaven_list_content')
    var more_button = document.getElementById("gigmaven_list_more_button")  
    if (more_button) Gigmaven.util.addEvent(more_button, "click", load_in_context)
  },
  removeMoreButton: function(){
    var button = document.getElementById('gigmaven_list_more_button')
    button.parentNode.removeChild(button)
  }
};

//initialize list
Gigmaven.list.initialize("<div id=\'gigmaven_list_content\'><\/div>\n<div id=\'gigmaven_list_controls\'>\n<a href=\'\' id=\'gigmaven_list_more_button\'>\nmore\n<\/a>\n<\/div>\n", "list_standard")    
//fill the list
Gigmaven.list.render("<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nFri, January 27, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/f6f4afbbd394b7df-delyn.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_f6f4afbbd394b7df-delyn.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.delyn.com/\'>Delyn &amp; the Fret Shop Band<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nDelyn Christian sings each song as if it were his last. Combining raw energy and true soul with every song he performs. He gives everything he has to each song he performs, striving to touch the heart and soul of the audience. Along with many crowd pleasing originals, Delyn also performs cover tunes by Joe Cocker, The Beatles, John Prine, Eric Clapton, and many more.\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nSat, January 28, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/1490338a0a62db25-ray_fuller.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_1490338a0a62db25-ray_fuller.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.rayfuller.com/bios.html\'>Ray Fuller &amp; the Bluesrockers<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nThis is a great weekend to be at the Mudflats, with Delyn on Friday and Ray Fuller joining us on Saturday, two of the Mudflats favorites in one weekend...put it on your calendar NOW!!!\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nFri, February 03, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/9c8d52eca8ad24b6-phillip_fox.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_9c8d52eca8ad24b6-phillip_fox.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.phillipfoxmusic.com/fr_home.cfm\'>Phillip Fox Band<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nPhillip Fox Band\'s versatile &quot;Countryfied Folk Rock&quot; can get a crowd dancing, move an audience into stunned silence, or quietly add to the ambiance. Phillip Fox Band incorporates a well-recognized set of heartland rock covers by artists such as Tom Petty, Creedence Clearwater Revival, The Eagles, Garth Brooks, Johnny Cash, John Cougar, and many more.\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nSat, February 04, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/1cb4802a8dd2129c-scotty_bratcher.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_1cb4802a8dd2129c-scotty_bratcher.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.scottybratcher.com/\'>Scotty Bratcher Band<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nScotty has played with and opened for names like Ted Nugent, Little Texas, Buddy Guy, Joe Bonamassa, Chris Duarte, Anthony Gomes, Foghat, Lonnie Brooks, Ronnie and Wayne Baker Brooks, Bob Margolin, Eddie &quot;the Chief&quot; Clearwater, and many more.\n\nAnd he\'s PLAYIN\' the Mudflats!! Welcome Back Scotty!!\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nThu, February 09, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 7:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/7123646a5bb7c5dd-sean_carney.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_7123646a5bb7c5dd-sean_carney.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://web.mac.com/seanhcarney/iWeb/Sean%20Carney%20Band/Home.html\'>Sean Carney<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nIt’s no accident that Sean Carney’s career has been arcing steadily upward.  The Columbus, Ohio bluesman has it in his family genes, with jazz horn players in the previous two generations.  He’s put in at least his share of work and dues laying the foundation as he enters his third decade as a pro. Don\'t miss this chance to see Sean Live at the Mudflats!!\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nFri, February 10, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/e453f45029487fba-willie_phoenix_1_resized.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_e453f45029487fba-willie_phoenix_1_resized.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.myspace.com/williephoenix\'>Willie Phoenix Band<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nThe Phoenix process is as diverse as his musical path, one of the most fascinating and organic careers in the Columbus music scene. A central Ohio fixture for three decades, Phoenix has steadfastly followed his own beat: a primal blues foundation upholding psychedelic pop persuasions. Willie\'s first 2012 appearance!! Put it on your calendar NOW!!\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nSat, February 11, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/898495c5f414526f-brother_by_law_web_ad_021112.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_898495c5f414526f-brother_by_law_web_ad_021112.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.bblband.com/\'>Brothers by Law<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nThe Brothers By Law are a hard hitting classic rock \'n roll band out of \n      Columbus, Ohio. What began as a family band in late 2009 with two \n      brothers-in-law and their step brother, added a brother by soul and \n      never looked back.\n\n      Enjoyed by audiences of all ages and dance moves, the Brothers - as they\n      are known to the BBL Family - mix high-energy rock, soul and the blues \n      with a deep rooted rust belt groove. They have earned the title as the \n      &quot;Workin\' Man\'s Band&quot; by barnstorming the Central Ohio club circuit and       playing with an inclusive community of the best bands ears can find.\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nFri, February 17, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/a69a283a4eabbba0-neighborhood_boys.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_a69a283a4eabbba0-neighborhood_boys.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.myspace.com/neighborhoodboys\'>Neighborhood Boys<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nThe &quot;Neighborhood&quot; gets a little bigger everytime the &quot;Boys&quot; join us at the Mudflats! So, join us and make our neighborhood just that much bigger, you won\'t be disappointed.\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nSat, February 18, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/cb562101525d261b-matt_o_ree.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_cb562101525d261b-matt_o_ree.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.mattoree.com/\'>Matt O\'Ree Band<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nIf you were lucky enough to be at the Mudflats on a steamy Thursday night in July 2011 when Matt &amp; his band were passing through Galena, then you saw one could be described as the best overall performance in our 5 year existence. Well, Matt is coming through Galena on his way home to New Jersey and we are lucky enough to have him back for a command performance. Cancel your other plans and come to the Mudflats as we kick of the Mardi Gras season with what promises to be THE SHOW of 2012!!!\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nTue, February 21, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 7:00 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/4cd9d7c30e91148c-mother_trucker.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_4cd9d7c30e91148c-mother_trucker.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.mothertrucker-rocks.com/\'>&quot;Fat Tuesday&quot; w/Mother Trucker<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nWe couldn\'t think of any better way to celebrate Mardi Gras than with our favorite twosome! Red Solo Cup....Let\'s have a party!!\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nFri, February 24, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/fbf7841ce8b1a5d2-pink_flamingos.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_fbf7841ce8b1a5d2-pink_flamingos.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.reverbnation.com/thepinkflamingos\'>The Pink Flamingos<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nFIRST MUDFLATS PERFORMANCE...Modeled as a mystery solving group yearning for the good old Rock and Roll days, The Pink Flamingos have a passion for writing and performing music. Their unique spin on Rock music is designed to appeal to audiences from ages 3 to 103.\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nSat, February 25, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/6cf58a98ea9c0375-bluescasters.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_6cf58a98ea9c0375-bluescasters.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.myspace.com/thebluescasterscolumbus\'>The Bluescasters<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nGuitar Hero, Rick Collara and Drum Maven, D\'Arco Smith are back and the house will be a rockin\'\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nFri, March 02, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/9973c31b80b001a4-daddy_mack.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_9973c31b80b001a4-daddy_mack.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.myspace.com/thedaddymackbluesband\'>Daddy Mack Blues Band<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nAuthentic Memphis Blues\n\nWhen people say, “Memphis blues ain’t what it used to be,” they haven’t heard the Daddy Mack Blues Band.  All of its members at one time or another played in the Fieldstones, one of the most talked-about urban blues bands since the 1970s.  Led by Mack Orr on lead guitar and vocals, this four-piece group is down-home and funky, and the best band around for cuttin’ loose....And what better place to cut loose than the Mudflats!!!\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nSat, March 03, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/de07938dee8605a0-delyn_christian.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_de07938dee8605a0-delyn_christian.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.myspace.com/delynandthefretshopband\'>Delyn &amp; the Fret Shop Band<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nOne of the Mudflats Favorites!!! and if he\'s not already, soon to be one of your Favorites too!!\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nFri, March 09, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/f60015fee71cd343-nephews.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_f60015fee71cd343-nephews.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://thenephewslive.com/\'>The Nephews<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nThe Nephews are an energetic, rock and roll cover band performing hits from the the 60’s through today’s modern favorites.  Located in Columbus, Ohio - members Tony Gaines, Greg Gaines, Kyle Gaines, Nick Grandominico and Justin Largent  deliver a show to remember.  Each of their three sets are packed with sing along rock and roll tunes.  From The Rollling Stone’s Honky Tonk Woman, Vanilla Ice’s Ice Ice Baby, to Modest Mouse’s Float On ~ these boys are a real crowd pleaser!\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nSat, March 10, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/f475ce7ebdf69f6d-don_norman.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_f475ce7ebdf69f6d-don_norman.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.myspace.com/donnormanband\'>Don Norman Band<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nThe Don Norman Band is an old school rhythm &amp; blues band with a simple goal: play old school rhythm blues the right way--tight and in the pocket. This is pre-British invasion rhythm &amp; blues with lots of energy! That\'s right, straight ahead 1950\'s Chicago rhythm &amp; blues. The Don Norman Band originally joined forces in 1998 in Athens, Ohio, and is now based in Columbus, where they lend their signature sound backing blues veteran Cleveland Fats\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nThu, March 15, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\nMARCH MADNESS\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nCatch all the games on our BIG SCREENS!!\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nFri, March 16, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/1d26116c1f3b61cf-john_schwab.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_1d26116c1f3b61cf-john_schwab.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.johnschwab.com/home.cfm\'>John Schwab<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nAn evening with John is an evening well spent!! Join us for a great time!!\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nSat, March 17, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 8:30 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/5bc6deadfcf48e64-hurricane_jerry.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_5bc6deadfcf48e64-hurricane_jerry.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://www.myspace.com/hurricanestormfront\'>St. Patty\'s Day with Hurricane Jerry<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nWe are planning a party of EPIC proportions...Starting early...join us for a Breakfast buffet and Green Beer...Stay for all the GAMES on our BIG SCREENS...and end the day with Hurricane Jerry &amp; Stormfront. We are tenting, heating and throwing up some big screens on the patio for your entertainment! Gonna B a Party!!\n<\/div>\n<\/div>\n<\/div>\n<div class=\'gigmaven_list_entry\'>\n<div class=\'gigmaven_list_details_container\'>\n<div class=\'gigmaven_list_right\'>\n<div class=\'gigmaven_list_date\'>\nThu, March 22, 2012\n<\/div>\n<div class=\'gigmaven_list_time\'>\n 7:00 pm\n<\/div>\n<\/div>\n<div class=\'gigmaven_flyer_container\'>\n<a href=\'http://s3.amazonaws.com/gigmaven-photos/2a8070c2ea3c4466-sean_carney.jpg\'>\n<img src=\'http://s3.amazonaws.com/gigmaven-photo-versions/vertical_medium_button_2a8070c2ea3c4466-sean_carney.jpg\'>\n<\/a>\n<\/div>\n<div class=\'gigmaven_list_headliners\'>\n<a href=\'http://web.mac.com/seanhcarney/iWeb/Sean%20Carney%20Band/Home.html\'>Sean Carney<\/a>\n<\/div>\n<div class=\'gigmaven_list_openers gigmaven_list_subhead\'>\n<\/div>\n<div class=\'gigmaven_list_description\'>\nSean is back and bringing his incredible stylings of jazz and blues..great night for dinner and music\n<\/div>\n<\/div>\n<\/div>\n")
Gigmaven.list.incrementOffset()


