var assnnbr = 11125;

var j = jQuery.noConflict();
j(document).ready(function($){
	
	// Clickable Logo
    $().clickableLogo('Financial Planning Association - Philadelphia Tri-State','http://www.fpaphilly.org');
	
	// Search
	$('#navtop1').after('<div id="search-widget"></div>');
	$().incSearch(assnnbr);
	
	// Sponsors
	$('#sponsors').incSponsorBox();
	$('#sponsors-caption').remove();
    
    // Wrap Right Nav Contents
	$('#rightnavcell').siblings().each(function(){
		$(this).attr('rowspan','2');
	});
	$('#rightnavcell').parent().after('<tr><td id="rightnavcorner"><img src="/global/imgs/trans1.gif" /></td></tr>');
						   
});


// Cufon
Cufon.replace('h1, h2, h3, h4:not(.title), h5, h6');

