﻿var num_items = 13
var items = new Array(num_items)
	items[0] = "properties/163_featured.html"
	items[1] = "properties/e203_featured.html"
	items[2] = "properties/b101_featured.html"
	items[3] = "properties/c201_featured.html"
	items[4] = "properties/e102_featured.html"
	items[5] = "properties/g301_featured.html"
	items[6] = "properties/h201_featured.html"
	items[7] = "properties/j102_featured.html"
	items[8] = "properties/k202_featured.html"
	items[9] = "properties/i102_featured.html"
	items[10] = "properties/162_featured.html"
	items[11] = "properties/a201_featured.html"
	items[12] = "properties/h102_featured.html"
var n = Math.floor(Math.random() * num_items)

document.write( "<iframe id=\"featured_property\" src=\"" +items[n]+ "\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" frameborder=\"0\" vspace=\"0\" hspace=\"0\" style=\"overflow:visible; width:100%; display:none\"><\/iframe> ")

