function rimg(){
	var n = Math.round((15)*Math.random());
	document.write('<img src="img/international'+n+'.jpg" alt="Photos of landmarks worldwide" height="179" width="264" border="0">');
}