$(document).ready(function() {
	
	$('.skip').click( function() { 
		$('#flash').fadeOut();
		$('#wrap').fadeIn();
	});

	//opens external links in new window
	$("a[href*='http://www.khayavolunteer.com/khaya-forums/']").attr("target","_blank");	

});	