var randompic = Math.floor(Math.random() * 1009);
var images = "<img border=0 width=166 height=124 src=http://www.spaceless.com/img" + randompic + ".jpg>";

 function leapto(form) {
		var myindex=form.dest.selectedIndex
		if (form.dest.options[myindex].value != '') {
			if (form.dest.options[myindex].value == 'oanda') {
				winPop(500,350,"http://www.oanda.com/convert/classic?user=royalpygmy")
			} else {
				parent.location.href=(form.dest.options[myindex].value);
			}
		} else {
			return false;
		}
	}
var newWindow = null
function winPop(Swidth,Sheight,Surl) {
	newWindow = window.open(Surl,'new','width='+Swidth+',height='+Sheight+',menubar=no,scrollable=yes,resizable=yes,left=0,top=0,screenX=10,screenY=10')
	newWindow.focus()
}

