if((adTemplate & TEXTLINKS)==TEXTLINKS){

/*if(typeof googleAds != 'undefined' && !location.href.match('test_ads=quigo'))
{
googleAds.execute('article',commercialNode,'right',3,false)
}*/

if(typeof wpAds != 'undefined' && typeof wpAds.textlinks != 'undefined' && !location.href.match('no_ads'))
{
wpAds.textlinks.init(wpAds.textlinks.blog_check(),'rightrail',commercialNode);
}

}