///custom javascript

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

///showboxbox for flash

function LANAP(content, player, title, width, height){
    Shadowbox.open({
        content:    content,
        player:     player,
        title:      title,
		width:		652,
		height:		520
    });
}


$(document).ready(function(){
	if($('a.email').length){
		$.getScript("http://common.pbhs.com/Scripts/jquery.nospam.js", function(){
			 $('a.email').nospam({ replaceText: true });
		});
	}		 
});

