  var screenwidth = screen.width;
    if (screenwidth >= 460) {
      document.write('<link rel="stylesheet" href="http://www.oddscaster.com/Tabulate.css" type="text/css" media="screen" />');
    }
    else {
      document.write('<link rel="stylesheet" href="http://www.oddscaster.com/Mobile.css" type="text/css" media="screen" />');
    }

	

