This code:
if(typeof(Listings.page_num) != 'undefined') {
// something
}
Triggers this notice in firebug console:
Listings is not defined http://mysite.com/js/content_ads.js Line 13
Well duh, that’s why I checked! Is there any way to get rid of this notice?
Do this.