/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.js 212 2009-09-03 05:33:44Z emartin24 $
 *
 */

jQuery(document).ready(function () {
  /*if(jQuery.cookie('banner') == null) {
    jQuery('#banner-smsio').modal();

    var date = new Date();
    date.setTime(date.getTime() + (24 * 60 * 60 * 1000));
    jQuery.cookie('banner', 'viewed', { path: '/', expires: date});
  }*/
});
