function MobilePage($title = 'NewsCloud.com')
 {
     // Construct the parent
     parent::XHTMLPage($title);
     // main layout file
     $this->agent = $_SERVER['HTTP_USER_AGENT'];
     $this->isIE = eregi("msie", $this->agent) && !eregi("opera", $this->agent);
     $this->googleAnalytics = '<script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));</script><script type="text/javascript"> var pageTracker = _gat._getTracker("' . $init[analytics] . '"); pageTracker._initData(); pageTracker._trackPageview(); </script>';
     $this->keywordDescription = '';
     $this->keywordList = '';
 }
 function newsroomPage($title = 'NewsCloud.com')
 {
     global $init;
     // Construct the parent
     parent::XHTMLPage($title);
     // main layout file
     $this->agent = $_SERVER['HTTP_USER_AGENT'];
     $this->isIE = eregi("msie", $this->agent) && !eregi("opera", $this->agent);
     $this->googleAnalytics = '<script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));</script><script type="text/javascript"> var pageTracker = _gat._getTracker("' . $init[analytics] . '"); pageTracker._initData(); pageTracker._trackPageview(); </script>';
     $this->keywordDescription = 'Must read stories from around the Web';
     $this->keywordList = 'newscloud, breaking news,international news,united states news,technology,environment,politics,business,opinion,blogging,science,health,sports,arts,oddities,religion,social networks,open source';
 }