// JavaScript Document
function Uptown(obj){
	var page1 = {
		player: 'img',
		content: 'http://farm4.static.flickr.com/3538/3861323603_44243120d9_b.jpg',
		title: 'First, lets show off our new room (our old headoffice!)...'
	};
	var page2 = {
		player: 'img',
		content: 'http://farm3.static.flickr.com/2494/3861320915_0a8e27e0f7_b.jpg',
		title: '... and a close up of the room next door. Next, our brand new bathrooms.....'
	};
	var page3 = {
		player: 'img',
		content: 'http://farm3.static.flickr.com/2461/3861322195_b98b250842_b.jpg',
		title: 'New bathrooms @ the Uptown... we like it!'
	};
		var page4a = {
		player: 'iframe',
		content: '/ezine/sleepCheap.html',
		height: 480,
		width: 640,
		title: '...a word from our sponsor....'
	};
	
		var page4 = {
		player: 'img',
		content: 'http://farm4.static.flickr.com/3495/3861315481_a88997711b_b.jpg',
		title: 'Our new kitchen is a money saver for you, all new and in Amsterdam style ;-) ....'
	};
		var page5 = {
		player: 'img',
		content: 'http://farm4.static.flickr.com/3434/3861314499_fd02522f9f_b.jpg',
		title: '... with pots, pans and fridges for you to use; prepare your own 5-star meal!'
	};
		var page6 = {
		player: 'img',
		content: 'http://farm3.static.flickr.com/2548/3861330745_64395a4fd7_b.jpg',
		title: 'The Uptown bar is completely renovated...'
	};
		var page7 = {
		player: 'img',
		content: 'http://farm3.static.flickr.com/2608/3862114622_382f71a870_b.jpg',
		title: '...and our Piggies are ready to serve you ;-)...'
	};
		var page8 = {
		player: 'img',
		content: 'http://farm4.static.flickr.com/3473/3862071614_7cb3106332_b.jpg',
		title: '...next to the bar is a smoking area...'
	};
		var page9 = {
		player: 'img',
		content: 'http://farm4.static.flickr.com/3448/3862242330_bc1d5eea8a_b.jpg',
		title: '... where you can smoke and... well you get the point ;-)'
	};
		var page11 = {
		player: 'img',
		content: 'http://farm3.static.flickr.com/2676/3862079722_5470cc0327_b.jpg',
		title: 'Check in at our reception and have a good time.....'
	};
			
	Shadowbox.open([page1, page2, page3, page4a, page4, page5, page6, page7, page8, page9, page11], {
		continuous: true

	});

}
