Please place this on to your site

<script type="text/javascript">
<!-- Begin
rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
 var result = Math.ceil(rnd()*number);
 if (!result)result++;
        return result
};
var ad_cnt1 = 1;
var ad1 = rand(ad_cnt1);
var link1;
var adBanner1;
var width1
var height1
if (ad1==1) {
link1="http://beautyfrompain.weebly.com/";
adBanner1="http://i143.photobucket.com/albums/r136/xtenthousandtearsx/BeautyFromPain.jpg";
width1="459";
height1="99";
alt1="";
}
document.write('<center><a href="' + link1 + '" target="_top">');
document.write('<img src="' + adBanner1 + '" width=' + width1 + ' height=' + height1 + ' border=0 alt="' + alt1 + '"></a>');
document.write('</center>');
// End -->
</SCRIPT>