$(document).ready(function(){	
						   
	$("table.stripe").each(function(){
		$(this).find("tr:odd").addClass("odd");
		$(this).find("tr:even").addClass("even");
	});
	
	$('a[href^="http"]').attr({target: "_blank", title: "Opens in a new window"});
	
	//Cufon.replace('.section-bg h3', { fontFamily: 'Burst My Bubble' });
	//$(".shadow").dropShadow({left: 0, top: 0, blur: 1, opacity: 0.4});   

});




