﻿$(document).ready(function() {

    if ($.flash.available) {
        $('#flash').flash(
	    {
	        swf: '/flash/suzannah-home.swf',
	        height: 500,
	        width: 920,
	        params: {
	            scale: 'exactfit',
	            wmode: 'transparent'
	        }
	    }
    );
    }
    else {
        $('#flash').html('<img src="/images/layout/home-flash-alt.jpg" alt="Transatlantic love affair 2010" height="500" width="920" />');
    }
});