
// Run scripts on startup:

jQuery(document).ready(function(){

    // Put any scripts to run on startup here.

    jQuery('#flash_intro').flash(
        { src: '/wp-content/themes/keint-he/keint_he.swf',
          width: 918,
          height: 446 },
        { version: 8 }
    );


});


