function EzAdSenseFront()
 {
     $optionSet = EzGA::getMobileType();
     if ($optionSet == "Killed") {
         EzGA::$noAds = true;
         $optionSet = "";
     }
     $this->options = EzGA::getOptions($optionSet);
     $this->defaultText = $this->options['defaultText'];
     // Counts and limis
     self::$ezMax = $this->options['max_count'];
     self::$urMax = $this->options['max_link'];
 }