/* Disruptor JS */
$(document).ready(function(){
	$.backstretch(
		"splash/images/splash_bg.jpg",
		{speed:0}, 
		function() { 
			setTimeout("animations()",1000);
		}
	);
});
function animations() {
	$("#disruptorcapital").fadeIn('slow');
	$("#comingsoon").delay(1500).fadeIn('slow');
}
