$(document).ready(function(){
	setTimeout(function(){
		$('#triangle_holder').fadeIn("slow");
	},700);
});


