$(document).ready(function() {
// enable tooltip for "download" element. use the "slide" effect
$(".atlas").tooltip({ delay: 1500, tip: '.tooltip', effect:'slide', offset: [20, -1]}); 
});

$(document).ready(function() {

	if(!FlashDetect.installed){
	//alert("Flash is required to enjoy this site.");
	
	}else{
	//alert("Flash is insalled on your Web browser.");
	$('div#flashbox').hide()
	}
});
 
/*
$(document).ready(function() {
	$('#s1').before('<div id="navx" class="navx" style="width: 648px;">').cycle({ 
		fx:     'fade',
		timeout:  8000,
		speed: 3000,
		pager: '#navx',
		pagerAnchorBuilder: function() {
		// return selector string for existing anchor 
		return "<a href='#'><\/a>";
		}
	});
});
 **/
    
