function init()
{
    Nifty("#mid","transparent bottom");
    Nifty("#services div.page","transparent bottom");
    Nifty("div.page","transparent");
    Nifty("#mid div.side","bottom");
    Nifty("div#bot","bottom");
    
    if(typeof sIFR == "function"){

    // This is the preferred "named argument" syntax
        sIFR.replaceElement(named({sSelector:".page h1", sFlashSrc:site_url+"swf/signpainter.swf", sColor:"#143085", sLinkColor:"#143085", sBgColor:"#FFF3BF", sHoverColor:"#5876B2", sWmode: "transparent", sFlashVars:"offsetTop=-2"}));

    // This is the older, ordered syntax

    };    
}
init();

$(function()
	{
		$('div.side a').each(function(a){
			var href = this.href;
			if ( href.substr(0,4) == 'http' && href.indexOf('wannaplayprogram.com') == -1)

				$(this).addClass('external').attr('target','_blank');
				
//				$(this).set('target','_blank').addClass('externallink');
			
		})
	});