$(document).ready(function() {
    $('a[rel="external"]').click(function() { 
        this.target = '_blank'; 
    });

    $('#scooter_thumbs li a').click(function() {
        $('#scooter_img img').attr('src', $(this).attr('href'));
        return false;
    });

    $('#scooter-details ul li a').fancybox();

    $('#flash_top, #flash_top object, #flash_top embed').click(function() {
        window.location = $('#flash_top').attr('rel');
    });

    $('#flash_side, #flash_side object, #flash_side embed').click(function() {
        window.location = $('#flash_side').attr('rel');
    });

    $('#flash_left, #flash_left object, #flash_left embed').click(function() {
        window.location = $('#flash_left').attr('rel');
    });
});
