function csstopbanner(){
var randomnumberad=Math.floor(Math.random()*4)
if (randomnumberad<1) //1st slot
document.write('')
else if (randomnumberad<2) //2nd slot
document.write('<a href="https://www.psd2html.com/order-now.html?cd1" title="PSD to HTML"><img src="http://ads.psd2html.com/468x60.jpg" width="468px" height="60px" border="0" alt="PSD to HTML"/></a><br /><a href="https://www.psd2html.com/order-now.html?cd1">PSD to HTML</a>')
else if (randomnumberad<4) //3rd and 4th slot
document.write('<a href="https://www.psd2html.com/order-now.html?cd1" title="PSD to HTML"><img src="http://ads.psd2html.com/468x60.jpg" width="468px" height="60px" border="0" alt="PSD to HTML" /></a><br /><a href="https://www.psd2html.com/order-now.html?cd1">PSD to HTML</a>')
}

csstopbanner()
