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

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

    var mainGraphic = document.getElementById('home-main-graphic');
    flashReplace(mainGraphic, '/images/swf/video_wall9.swf', 335, 245, null);
}

addEvent(window, "load", initFront);



