isMobile() && ( !isset($_SESSION['fullversion']) || (isset($_SESSION['fullversion']) && $_SESSION['fullversion']==false) )) { session_destroy(); header("Location:http://m.thebailsource.com"); }*/ include_once("./classes/bailzoomdata.php"); include_once("./classes/bailzoomdata/data.php"); include_once("./classes/bailzoomhtml.php"); include_once("./rss_fetch.inc"); $GLOBALS['db'] = new Database(); $GLOBALS['data'] = new User_data($_REQUEST); $html = new BailzoomHtml($_REQUEST); $html->getHeader(); $html->getContent(); $html->getFooter(); $html->generateOutput(); $str = "aa bb ccc ddd ee fff gg hhh iii"; //echo substr(($str=wordwrap($str,$,'$$')),0,strpos($str,'$$')); exit; ?>