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