(function($){
	
	$(function(){
		$('A, AREA').filter(function(){
			var href = $(this).attr('href');
			return !this.target && ((href.indexOf(window.location.hostname) == -1 && href.match(/^https?/i)) || href.match(/\.pdf$/i));
		}).attr('target', '_blank');
	});
	
	var relPath = $('script[src$=plumrose\.js]').attr('src').replace(/\/?js\/plumrose\.js/, '');
	swfobject.embedSWF(relPath+'swf/plumrose_header.swf', 'flashHeaderSwf', '761', '263', '9.0.115');

})(jQuery);
