
$(document).ready(function(){$('a.popup').click(function(){var newwin=window.open($(this).attr('href'),'popup','scrollbars=0,location=0,statusbar=0,menubar=0,width=900,height=500');newwin.focus();return false;});});$(document).ready(function(){$('.error,.confirmation').animate({'opacity':1},7000).animate({'opacity':0},'slow').slideUp('slow');});$(document).ready(function(){$('input[title]').each(function(){$(this).focus(function(){if($(this).attr('value')==$(this).attr('title')){$(this).attr('value','');}});$(this).blur(function(){if($(this).attr('value')==''){$(this).attr('value',$(this).attr('title'));}});$(this).blur();});});function getFlashMovie(movieName){var isIE=navigator.appName.indexOf("Microsoft")!=-1;return(isIE)?window[movieName]:document[movieName];}
$(document).ready(function(){$('#enews-submit').hide();$('#enews-back').hide();$('#enews-continue').click(function(){$('#enews-content').animate({top:-120},500);$('#enews-continue').hide();$('#enews-submit').show();$('#enews-back').show();}).css('cursor','pointer');$('#enews-back').click(function(){$('#enews-content').animate({top:0},500);$('#enews-continue').show();$('#enews-submit').hide();$('#enews-back').hide();}).css('cursor','pointer');});$(document).ready(function(){if(window.opera){if($("a.jqbookmark").attr("rel")!=""){$("a.jqbookmark").attr("rel","sidebar");}}
$("a.jqbookmark").click(function(event){event.preventDefault();var url=this.href;var title=this.title;if(window.sidebar){window.sidebar.addPanel(title,url,"");}else if(window.external){window.external.AddFavorite(url,title);}else if(window.opera){return false;}else{alert('Unfortunately, this browser does not support the requested action,'
+' please bookmark this page manually.');}});});var ap_instances=new Array();function ap_stopAll(playerID){for(var i=0;i<ap_instances.length;i++){try{if(ap_instances[i]!=playerID){document.getElementById('audioplayer'+ap_instances[i].toString()).SetVariable('closePlayer',1);}else{document.getElementById('audioplayer'+ap_instances[i].toString()).SetVariable('closePlayer',0);}}catch(errorObject){}}}
function ap_registerPlayer(playerID){if(playerID.indexOf('audioplayer')==0){ap_instances[ap_instances.length]=playerID.substring(11,playerID.length);}}