
if(typeof wpAds != 'undefined' && typeof wpAds.textlinks != 'undefined' && wpAds.textlinks.index_check()!=false){
	if(!render_google_ads){
		wpAds.textlinks.init(wpAds.textlinks.index_check(),'rightrail',commercialNode);
	}
	else if(render_google_ads && typeof googleAds != 'undefined'){
		document.write('<link rel="stylesheet" type="text/css" href="http://www.washingtonpost.com/wp-adv/advertisers/google/textlinks/googleAds_styles.css"/>');
		googleAds.execute(commercialNode,3,false);
	}
}
