
 $(document).ready(function(){ $(".contactuslink").colorbox({height:"400px", opacity:".50", iframe:true, width:"820px"}); });
 $(document).ready(function(){ $(".appointment").colorbox({height:"600px", opacity:".50", iframe:true, width:"820px"}); });
 $(document).ready(function(){ $(".cb").colorbox({height:"400px", opacity:".50", iframe:true, width:"820px"}); });
  $(document).ready(function(){ $(".cb-map").colorbox({height:"400px", opacity:".50", iframe:true, width:"820px"}); });
 $(document).ready(function(){ $(".cb-register").colorbox({height:"500px", opacity:".50", iframe:true, width:"820px"}); });
 $(document).ready(function(){ $(".contactlink").colorbox({height:"400px", opacity:".50", iframe:true, width:"720px"}); });
 $(document).ready(function(){ $(".donatecb").colorbox({iframe:true, height:"650px", width:"900px"}); });
 $(document).ready(function(){ $("a[rel='lb']").colorbox({}); });  

 $(document).ready( function(){ $('#fronttext').delay(2000).fadeIn(500);  $('#scheduleit').delay(5000).fadeIn(1500);  $('#w3').delay(7000).fadeIn(500);  $('#w4').delay(9000).fadeIn(500); }); 

$(document).ready(function(){
$(".mouseover").mouseover(
function(){ $('#fronttext2').delay(0).fadeIn(500);
});
 
});

$(document).ready(function(){
$(".mouseover").mouseout(
function(){ $('#fronttext2').delay(5000).fadeOut(500);
});
 
});

$('#flashgallery').delay(2000).fadeIn(500, function() {
    setTimeout(function() {
        $(this).addClass('bg1');
    }, 2000);
});




$('A[href^="http://"]')
.click( function() {
window.open( $(this).attr('href') );
return false;
});

