<?phpclass Ads01 extends Page { public function InitializeComponent() { parent::$PAGE_TITLE = "Tutorial : Google Adsense"; $this->render = new Adsense("ca-pub-5482260287865035", "5748217309", 300, 250); // Enable third party cookies filter $this->enableThirdPartyCookiesFilter(); }}?>