﻿
function FlashBannerHandler() {   

    var server= "http://" + location.hostname + "/";
    var flashPath = "flash/";   

    if (location.href.indexOf('localhost') > 0 )
    {
        flashPath = "sanitarium/weetbixsoccer/flash/";
        virDirPath = "sanitarium/weetbixsoccer/";
    }
    if (location.href.indexOf('fsdev') > 0 )
    {
        flashPath = "fsdev/weetbixsoccer/flash/";
        virDirPath = "fsdev/weetbixsoccer/";
    }
    if (location.href.indexOf('staging.freestylemedia.com.au') > 0 )
    {
        flashPath = "sanitarium/weetbixsoccer/flash/";
    }

    var completeFlashPath = "/" +flashPath+"Crunch.swf";


						
	var fo = new FlashObject(completeFlashPath, "topBanner", "475", "70", "7", "#FFFFFF");
	fo.write("topBanner");
    
}
