//alert("1");
// JavaScript Document
$(document).ready(function () {
		//	alert("2");				
		$('.imageSwapper').each(function () {		
/*$(this).html('wtf');*/

					$(this).flash({  // test_flashvars.swf is the flash document  
							swf: '/superSwapper/imageSwapper.swf',
							height: 250,
							width: 685,
							bgcolor: '#000000',
							params: {
								allowscriptaccess: 'always',
								menu: 'false',
								//wmode: 'transparent',
								quality: 'high',
								scale: 'noscale',
								flashvars: {  xmlURL: $(this).attr('title'), scaleToStage: 'no' } 
							}
				 });
			});		
	
			

	
});				
