var txt=new Array()
txt[0]='<div style="float:left;background-image: url(images/hp-img1.jpg);width:528px;height:352px;text-align:left;"><div style="float:right;padding-top:195px;padding-right:40px;"><a href="/honeymoon/honeymoon-diary/index.shtml"><img src="images/hp-post-button.gif" width="211" height="28" border="0" alt="" ></a></div></div>'
txt[1]='<div style="float:left;background-image: url(images/hp-img2.jpg);width:528px;height:352px;text-align:left;"><div style="float:right;padding-top:195px;padding-right:40px;"><a href="/honeymoon/honeymoon-diary/index.shtml"><img src="images/hp-post-button.gif" width="211" height="28" border="0" alt="" ></a></div></div>'
txt[2]='<div style="float:left;background-image: url(images/hp-img3.jpg);width:528px;height:352px;text-align:left;"><div style="float:right;padding-top:195px;padding-right:40px;"><a href="/honeymoon/honeymoon-diary/index.shtml"><img src="images/hp-post-button.gif" width="211" height="28" border="0" alt="" ></a></div></div>'
txt[3]='<div style="float:left;background-image: url(images/hp-img4.jpg);width:528px;height:352px;text-align:left;"><div style="float:right;padding-top:195px;padding-right:40px;"><a href="/honeymoon/honeymoon-diary/index.shtml"><img src="images/hp-post-button.gif" width="211" height="28" border="0" alt="" ></a></div></div>'
txt[4]='<div style="float:left;background-image: url(images/hp-img5.jpg);width:528px;height:352px;text-align:left;"><div style="float:right;padding-top:195px;padding-right:40px;"><a href="/honeymoon/honeymoon-diary/index.shtml"><img src="images/hp-post-button.gif" width="211" height="28" border="0" alt="" ></a></div></div>'
var whichbanner=Math.floor(Math.random()*(txt.length))
document.write(txt[whichbanner])