/*
 * Take One
 *
 * Script: front.js
 * Flash replacement for front page
 *
 * By James Lester, Preview Graphics
 * www.preview.co.uk
 */

function initPhoto(e)
{
    if (!(document.getElementById && document.createElement)) return;

    /* Flash for main content area */
    var content = document.getElementById('events-static');
    flashReplace(content, '/images/swf/photography2.swf', 770, 310, null);
}

addEvent(window, "load", initPhoto);



