﻿$(document).ready(function() {



    $('#aflashContent').flash(
        {
            src: '/includes/flash/134.swf',
            quality: 'high',
            bgcolor: '#cccccc',
            width: 740,
            height: 164
        },
        { version: 8 }
    );


        $('.facebookShare').popupWindow({
        height: 350,
        width: 500,
        centerBrowser: 1 
    });






});


function CheckForm() {
    
    
    if ($('.selectVehicle').val() == '-1') {

        alert('Please tell us what sort of vehicle you would like to hire');
        
        return false;
    }
    
    return true;
}
