// JavaScript Document
function Hostel(obj){
		var page1 = {
		player: 'img',
		content: 'http://farm1.static.flickr.com/203/503313482_68a5c72afb_o.jpg',
		title: 'sssssStaying in the Downtown or..'
	};
	var page2 = {
		player: 'img',
		content: 'http://farm4.static.flickr.com/3578/3638144633_0edda6586e_o.jpg',
		title: '... the Uptown. It is always.....'
	};
	var page3 = {
		player: 'img',
		content: 'http://farm4.static.flickr.com/3617/3638143361_93b52b636d_o.jpg',
		title: '...Party Time... and we like it!'
	};
	
		var page4 = {
		player: 'img',
		content: 'http://farm1.static.flickr.com/193/503353973_24a0db1854_o.jpg',
		title: 'Get over here at Christmas or New Years;-) ....'
	};
		var page5 = {
		player: 'img',
		content: 'http://farm4.static.flickr.com/3388/3638144753_76907364b6_o.jpg',
		title: '... and have a GOOD time with us...'
	};
		var page6 = {
		player: 'img',
		content: '/multimedia/galleries/hostel/uptown/DPP_021.jpg',
		title: 'Welcome in our completely renovated Uptown bar  ...'
	};
		var page7 = {
		player: 'img',
		content: '/multimedia/galleries/hostel/uptown/DPP_079.jpg',
		title: '...our Piggies are ready to serve you ;-)...'
	};
		var page8 = {
		player: 'img',
		content: '/multimedia/galleries/hostel/uptown/DPP_044.jpg',
		title: '...and in both of our Amsterdam hostels we have smoking areas...'
	};
		var page9 = {
		player: 'img',
		content: 'http://farm4.static.flickr.com/3448/3862242330_bc1d5eea8a_b.jpg',
		title: '... where you can smoke and... sit and smoke some more... ;-)'
	};
		var page11 = {
		player: 'img',
		content: 'http://farm3.static.flickr.com/2676/3862079722_5470cc0327_b.jpg',
		title: '...See you at the Uptown.....'
	};
		
	Shadowbox.open([page6, page7, page8, page9, page11], {
		continuous: true

	});

}
