$(document).ready(function(){
	// JQuery flash plugin for home page animation
	// http://jquery.lukelutman.com/plugins/flash/
	// http://jquery.lukelutman.com/plugins/flash/example-basic.html
	$('#homeFlash_swipe').flash(
        { src: '../flash_dev/home_swipe.swf',
          width: 942,
          height: 235 },
        { version: 8 }
    );

	$('#homeFlash_fade').flash(
        { src: '../flash_dev/home_fade.swf',
          width: 942,
          height: 235 },
        { version: 8 }
    );
    

	$('#header').flash(
        { src: '../flash_dev/rcf_web_inside1_fade.swf',
          width: 950,
          height: 102 },
        { version: 8 }
    );

});
