function writeMessage(msgWidth)
{
    document.write("<iframe id='crossSelliframe' name='crossSelliframe' src='/fransabank/crossSell/message.aspx?url="+ document.location.pathname +"&msgWidth="+ msgWidth +"' width="+ msgWidth +" height=0 frameBorder=0 scrolling=no></iframe>");
}

writeMessage(125);