function openFlash() {
    var location = "http://www.888sport.com/?" + sCut;
    window.open(location);
}

function showFlash(flashPath)
{
    if (MM_FlashCanPlay)
    {
        document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="260" height="137" id="promotions" align="middle">');
        document.write('<param name="allowScriptAccess" value="always" />');
        document.write('<param name="movie" value="' + flashPath + '" />');
        document.write('<param name="quality" value="high" />');
        document.write('<param name="bgcolor" value="#910a56" />');
        document.write('<param name="wmode" VALUE="transparent" />');
        document.write('<param name="FlashVars" value="clickTag=javascript:openFlash();" />');

        document.write('<embed src="'+ flashPath + '" FlashVars="clickTag=javascript:openFlash();"  wmode="transparent" quality="high"  width="260" height="137" name="promotions" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" bgcolor="#910a56"/>');
        document.write('</object>');
    }
    else
    {
        document.write('<a href="http://www.888sport.com/?' + sCut +'" target="_blank"><img border=0 src="' + sImgFlashPath + '/site2/sport/greyhound.gif"></a>');
    }
}


