// JavaScript Document
function specials(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: 'http://farm3.static.flickr.com/2548/3861330745_64395a4fd7_b.jpg',
		title: '...in our completely renovated Uptown bar or the Downtown bar ...'
	};
		var page7 = {
		player: 'img',
		content: 'http://farm3.static.flickr.com/2608/3862114622_382f71a870_b.jpg',
		title: '...our Piggies are ready to serve you ;-)...'
	};
		var page8 = {
		player: 'img',
		content: 'http://farm4.static.flickr.com/3473/3862071614_7cb3106332_b.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 our reception.....'
	};
		
	Shadowbox.open([page1, page2, page3, page4, page5, page6, page7, page8, page9, page11], {
		continuous: true

	});

}
