<!--

//List of photograph objects in JSON format
var homeObjStr = "[" +
		"{'caption':'Video introducing Georgian House'," +
		"'html':'<object id=\"player\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" name=\"player\" width=\"700\" height=\"395\"><param name=\"movie\" value=\"player.swf\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"flashvars\" value=\"file=GeorgianHouse.mov&image=images/front/georgian_house_painting_700x400.jpg\" /><embed type=\"application/x-shockwave-flash\" id=\"player2\"	name=\"player2\" src=\"player.swf\" width=\"700\" height=\"395\" allowscriptaccess=\"always\" allowfullscreen=\"true\" flashvars=\"file=GeorgianHouse.mov&image=images/front/georgian_house_painting_700x400.jpg&controlbar=none&stretching=exactfit\" /> </object>'," + 
		"'imageURL':'','width':700,'height':395}," + 		
		
		"{'caption':'Coronet Room'," +
		"'html':'','imageURL':'images/bedroom2/bedroom2_700x395px.jpg'," +
		"'width':700,'height':395}," + 	

		"{'caption':'Balcony Room'," +
		"'html':'','imageURL':'images/bedroom3/bedroom3_700x395px.jpg'," +
		"'width':700,'height':395}," + 
			
		"{'caption':'Four Poster Room'," +
		"'html':'','imageURL':'images/bedroom1/bedroom1_700x395px.jpg'," +
		"'width':700,'height':395}," + 		
		
		"{'caption':'Guest lounge'," +
		"'html':'','imageURL':'images/lounge/lounge_700x395px.jpg'," +
		"'width':700,'height':395}," + 
				
		"{'caption':'Entrance to Georgian House'," +
		"'html':'','imageURL':'images/front/front_house_700x395px.jpg'," +
		"'width':700,'height':395}" + 

	"]";
	

var homeObjects = eval(homeObjStr);

-->

