$(document).ready(function(){
	// homepage testimonial
	if( $("ul#testimonial").length > 0 ){
			$("ul#testimonial").innerfade({
					speed: "slow",
					timeout: 5000,
					type:  "random",
					containerheight: "110px"
			});
	};
	

	// video using prettyPhoto plugin
	$("#btnHomeVideo").prettyPhoto({
		theme:'light_rounded',
		default_width: 728,
		default_height: 508
	});

});