// JavaScript Document
if(Browser.Platform.ios == true) {
	var myImage = Asset.image('/images/macFlash.jpg', {
		id: 'macFlash',
		title: 'macFlash',
		onLoad: function() {
			$('footer').adopt(myImage);
		}
	});
} else {
	var so = new SWFObject("/images/footer.swf", "startbanner", "900", "275", "7.0.19.0", "#FFFFFF");
	so.addParam("quality", "high");
	so.write("footer");
}
