rannum = Math.round(Math.random() * 6);
if (rannum == 0) {
	document.write('<a href="postcards.html"><img src="images/ani/post.gif" width="145" height="115" border="0"></a>');
} else if (rannum == 1) {
	document.write('<a href="singles.html"><img src="images/ani/singles.gif" width="145" height="115"></a>');
} else if (rannum == 2) {
	document.write('<a href="examples.html"><img src="images/ani/letsget.gif" alt="" width="145" height="115" border="0"></a>');
} else if (rannum == 3) {
	document.write('<a href="examples.html"><img src="images/ani/banner_ido.gif" alt="" width="145" height="115" border="0"></a>');
} else if (rannum == 4) {
	document.write('<a href="examples.html"><img src="images/ani/marryLogo2.gif" alt="" width="145" height="115" border="0"></a>');
} else if (rannum == 5) {
	document.write('<a href="examples.html"><img src="images/ani/marryLogo4.gif" alt="" width="145" height="115" border="0"></a>');
} else if (rannum == 6) {
	document.write('<a href="examples.html"><img src="images/ani/marryLogo5.gif" alt="" width="145" height="115" border="0"></a>');
}