// JavaScript Document
// JavaScript Document
function Beds(obj){
	var page1 = {
		player: 'img',
		content: 'http://www.flyingpig.nl/ezine/images/31/beds/uptown1.jpg',
		title: 'Our beds in the renovated rooms in the Uptown...'
	};
	var page2 = {
		player: 'img',
		content: 'http://www.flyingpig.nl/ezine/images/31/beds/uptown6.jpg',
		title: 'Renovated Rooms in the Uptown...'
	};
	var page3 = {
		player: 'img',
		content: 'http://www.flyingpig.nl/ezine/images/31/beds/uptown7.jpg',
		title: 'Renovated Rooms in the Uptown...'
	};
		var page4 = {
		player: 'img',
		content: 'http://www.flyingpig.nl/ezine/images/31/beds/uptown11.jpg',
		title: 'Renovated Rooms in the Uptown...'
	};
		var page5 = {
		player: 'img',
		content: 'http://www.flyingpig.nl/ezine/images/31/beds/uptown14.jpg',
		title: 'Renovated Rooms in the Uptown...'
	};
		var page6 = {
		player: 'img',
		content: 'http://www.flyingpig.nl/ezine/images/31/beds/uptown16.jpg',
		title: 'Renovated Rooms in the Uptown...'
	};
		var page7 = {
		player: 'img',
		content: 'http://www.flyingpig.nl/ezine/images/31/beds/uptown17.jpg',
		title: 'Renovated Rooms in the Uptown...'
	};
		var page8 = {
		player: 'img',
		content: 'http://www.flyingpig.nl/ezine/images/31/beds/uptown19.jpg',
		title: 'Renovated Rooms in the Uptown...'
	};
		var page9 = {
		player: 'img',
		content: 'http://www.flyingpig.nl/ezine/images/31/beds/uptown13.jpg',
		title: 'Renovated Rooms in the Uptown...'
	};
		var page10 = {
		player: 'img',
		content: 'http://www.flyingpig.nl/ezine/images/31/beds/uptown12.jpg',
		title: 'Renovated Rooms in the Uptown...'
	};	
		var page11 = {
		player: 'img',
		content: 'http://www.flyingpig.nl/ezine/images/31/beds/uptown8.jpg',
		title: 'Renovated Rooms in the Uptown...'
	};
			
	Shadowbox.open([page1, page2, page3, page4, page5, page6, page7, page8, page9,  page10, page11], {
		continuous: true
	});

}
