// JavaScript Document
function wfbannertre(){
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<p><a href="http://www.alfiobardolla.com/product.jsp?pid=29"><img border="0" src="http://www.libertafinanziaria.com/htmlrotate/img/banner_isff_bk.jpg" width="131" height="256"></a></p>'); } // bannerisffbk
if (ranNum == 1){document.write('<p><a href="http://www.alfiobardolla.com/product.jsp?pid=15"><img border="0" src="http://www.libertafinanziaria.com/htmlrotate/img/banner_isff_bk.jpg" width="131" height="256"></a></p>'); } // bannerisffsem
if (ranNum == 2){document.write('<p><a href="http://www.alfiobardolla.com/product.jsp?pid=16"><img border="0" src="http://www.libertafinanziaria.com/htmlrotate/img/banner_opt.jpg" width="131" height="256"></a></p>'); } // banneropt
}