// JavaScript Document
jQuery(document).ready(function(){
    jQuery('#banner').flash(
        { src: '../images/banner.swf',
          width: 850,
          height: 159 },
        { version: 8 }
    );
	
	jQuery('#intro').flash(
        { src: 'intro.swf',
          width: 854,
          height: 141 },
        { version: 8 }
    );
});
