/*
$(function($){$("#body").delay(200).animate({opacity:"1"},1000)
$("#nav ul.dropdown li").delay(450).animate({opacity:"1"},500)});
$(function(){$('a').hover(function(){$('img',$(this)).stop().animate({opacity:"0.75"},150)},function(){{$('img',$(this)).stop().animate({opacity:"1"},150)}})});$(document).ready(function(){$("li a").each(function(){if(this.href==window.location.href.split("#")[0]){$(this).parent().addClass("current");}});});function shorten(n,l){var str=document.getElementById(n).innerHTML;if(str.length>l){var s=str.substr(0,l);var words=s.split(' ');words[words.length-1]='';str=words.join(' ')+'...'}
document.getElementById(n).innerHTML=str;}
function replaceStrings()
{var facilities=document.getElementById("review");facilities.innerHTML=facilities.innerHTML.replace(/CatalystImages/g,'images');facilities.innerHTML=facilities.innerHTML.replace(/"12"/g,'"14"');facilities.innerHTML=facilities.innerHTML.replace(/"61"/g,'"75"');}
*/
