

/*-----------------------------------------JQUERY----------------*/
$(document).ready(function()
{
	/*-----------SELECTBOX REPLACE-----------*/
	$('.select-replace').selectbox();
	
	/*-----------------OPEN PDFS IN NEW WINDOW*/
	$("a[href*=.pdf]").click(function(){
		window.open(this.href);
		return false;
	});

	//alert('This alert is from: jquery_functions.js');	
}); //Close document.ready