$(document).ready(function() {
	
	//uncomment this line for live site
	var sponsorsInc = 'http://www.miamifilmfestival.com/sponsorsinc.html';
	
	//uncomment this line to test in staging
	//var sponsorsInc = 'http://webftp2.mdns.mdcc.edu/svn_root/trunk/miff/sponsorsinc.html';

   	// load html fragment/include and append to #miff-ad
   	$('#miff-ad').load(sponsorsInc, function () {
   	
   		// cycle images randomly
		$(this).cycle({
			fx: 'fade',
			random: 1
		});
   	});
	$('ul.sf-menu').superfish();	
});
