////////////////////////////////////////////////////////////////////
// put any generic js in this file as it is included on all pages //
////////////////////////////////////////////////////////////////////


$(document).ready(function() {

	/* prettyPhoto light box markup replacement */
	$("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded'});
	
	//$('<div></div>').html('Welcome to our new website. Click here to see whats new... ').activebar();

}); // end document.ready

