// Define variables

// Ready
jQuery().ready(function() {
    // Pretty Photo
    $("a[rel^='prettyPhoto']").prettyPhoto();

    // Banners
    $('#banner_300x250').loadFlash({"filename": _root + 'web/files/banners/300x250.swf', width: "300", height: "250"});
    $('#banner_468x60').loadFlash({"filename": _root + 'web/files/banners/468x60.swf', width: "468", height: "60"});

    $('.logos li:odd').addClass('second');
});