
/**
 * Home
 */

jQuery(document).ready(function()
{
    jQuery('#banner').flash({ 
        swf: '/flash/home.swf',
        width: 938,
        height: 166
    });
});

