// JavaScript Document

$(document).ready( 
function(){ 
$('.centerpiece').innerfade({ 
	speed: 1500, 
	timeout: 4500,
	type: 'sequence', 
	containerheight: '385px' 
	}); 
} 
); 


$(document).ready( 
function(){ 
$('.profile_right').innerfade({ 
	speed: 1500, 
	timeout: 4500,
	type: 'sequence', 
	containerheight: '150px' 
	}); 
} 
); 
$(document).ready( 
function(){ 
$('.contact_image').innerfade({ 
	speed: 1500, 
	timeout: 4500,
	type: 'sequence', 
	containerheight: '100px' 
	}); 
} 
); 

$(document).ready( 
function(){ 
$('.services_image1').innerfade({ 
	speed: 1500, 
	timeout: 4000,
	type: 'sequence', 
	containerheight: '180px' 
	}); 
} 
); 

$(document).ready( 
function(){ 
$('.services_image2').innerfade({ 
	speed: 1500, 
	timeout: 4500,
	type: 'sequence', 
	containerheight: '180px' 
	}); 
} 
); 

$(document).ready( 
function(){ 
$('.services_image3').innerfade({ 
	speed: 1500, 
	timeout: 5000,
	type: 'sequence', 
	containerheight: '180px' 
	}); 
} 
); 

$(document).ready(function() {
	$(".cpiece_text").fadeIn(1000).fadeTo(6000, 1).fadeOut(2000);
});


$(document).ready(function(){
  //If browser is IE, disable BackgroundImageCache
  if (jQuery.browser.msie)
  {
    try
    {
      document.execCommand("BackgroundImageCache", false, true);
    } catch(err){}
  }
});


