$(document).ready(function(){
	
	if(!FlashDetect.installed){
		//no flash, show html
		$('#heading1').show();
		$('#heading2').show()
	}
	else{
		//Flash is insalled on your Web browser
		$('#ol').append('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://macromedia.com/cabs/swflash.cab#version=6,0,0,0" ID=flaMovie width=950 height=225><param name=movie VALUE="swf/heading.swf"><param name=FlashVars VALUE="heading1='+$('#heading1').text()+'&heading2='+$('#heading2').text()+'"><param name="wmode" value="transparent" /><embed src="swf/heading.swf" FlashVars="heading1='+$('#heading1').text()+'&heading2='+$('#heading2').text()+'" width="950" height="225" type="application/x-shockwave-flash" wmode="transparent"></embed></object>'); 	
	}
	
	$('.collapsible').hide();
	$('.collapse_trigger').click(function(){
		$(this).next('.collapsible').animate({	height: 'toggle', opacity:"toggle" }, 500,function(){

		});
	});
	
	var start = Math.ceil(Math.random() * 6);
	
	$('#banner.slider').cycle({ random: 1, startingSlide: start });
	
});



Cufon.replace('h1, h2, h3, .button, #nav li a');
Cufon.now();
