function side_banner()
{
   var image = new Array();
   image[0] = '<div style="background-color:#f0f0f0; width:270px; height: 140px; font-family:Arial, Helvetica, sans-serif; padding-bottom:10px; text-align:left;"><a href="http://www.castoroil.in/wp/download_link.php?product=wp_1" rel="facebox" style="text-decoration:none"><div style="background-color:#659213; color:#FFFFFF; font-weight:bold; padding:5px 10px">Free Whitepaper</div><p style="padding:15px 5px 0 5px; font-weight:normal; font-size:12px; color:black; letter-spacing:0.01em; line-height:20px">Diverse Business Potential for Castor Oil Chemicals and Leveraging India’s Advantage in Castor Oil Products</p><div style="float:right; padding-right:10px; margin-top:10px "><img src="http://www.castoroil.in/images/dwp_btn_w187.png" style="border:none" width="150" height="32"  /></div></a></div>';
  image[1] = '<div style="background-color:#f0f0f0; width:270px; height: 115px; font-family:Arial, Helvetica, sans-serif; padding-bottom:10px; text-align:left"><a href="http://www.castoroil.in/wp/download_link.php?product=wp_2" rel="facebox" style="text-decoration:none"><div style="background-color:#659213; color:#FFFFFF; font-weight:bold; padding:5px 10px">Free Whitepaper</div><p style="padding:10px 5px 0 5px; height:50px; font-weight:normal; font-size:12px; color:black; letter-spacing:0.01em; line-height:20px">Production and Uses of Key Castor Oil Oleochemicals</p><div style="float:right; padding-right:10px; "><img src="http://www.castoroil.in/images/dwp_btn_w187.png" style="border:none" width="150" height="32"  /></div></a></div>';
    var im = Math.floor(Math.random() * 2);
	return image[im];
}
