﻿function replaceSpan()
{
    var spanForSCAM = document.getElementById('spanForSCAM');
    if(spanForSCAM!=null)
    {
        spanForSCAM.innerHTML = "\
        <strong><FONT color=red>Scam Alert!</strong></FONT>\
        Before sending money or goods to anybody, please review current internet scams \
        (Especially a so called NIGERIAN SCAM) at \
        <A href='http://www.scambusters.org/NigerianFee.html' target=_blank><B>ScamBusters.com</B></A> <BR>\
        Also, Please do not hesitate to email us at admin@inetgiant.com if you think that the AD is a SCAM. \
        We will gladly investigate it and remove the Ad from our network if this occurs to be a SCAM.";
    }
}