$(document).ready(function(){
	// place the carousel
	$('#carousel').flash(
		{ 
			src: '/images/carousel.swf',
			width: 570,
			height: 260,
			wmode: 'transparent'
		},
		{ 
			version: 9,
			expressInstall: true
		},
		null,
		function(htmlOptions){
			this.innerHTML = '<div id="noFlash"><img src="/images/icon_warning.gif" alt="Warning" /><div><h2>Flash not detected</h2><p>This site requires Flash to work. Flash is a free plugin provided by Adobe, and installs in a few minutes. To install Flash, please click on the link below:</p><p><a href="http://www.macromedia.com/go/getflashplayer">www.macromedia.com/go/getflashplayer</a></p></div></div>';
		}
	);
	
	// place the issue scroller
	$('#issueScroller').flash(
		{ 
			src: '/images/Scroller.swf',
			width: 880,
			height: 150,
			wmode: 'opaque'
		},
		{ 
			version: 9,
			expressInstall: true
		},
		null,
		function(htmlOptions){
			this.innerHTML = '<div id="noFlash"><img src="/images/icon_warning.gif" alt="Warning" /><div><h2>Flash not detected</h2><p>This site requires Flash to work. Flash is a free plugin provided by Adobe, and installs in a few minutes. To install Flash, please click on the link below:</p><p><a href="http://www.macromedia.com/go/getflashplayer">www.macromedia.com/go/getflashplayer</a></p></div></div>';
		}
	);
	
	//$('#fullColumn').ajaxSection('have a sk.im through these','featured',4,false);
});

