jQuery(function () {
	// set colorbox link for Online Reservation tag
	jQuery("a.reservationsPop").colorbox(
		{
			width:"820px",
			height:"560px",
			title:"To make a reservation, fill up the form above.<br />If you don't have or don't want to use a Credit Card, send us an email to bookings@limetimehostels.com<br /><br /><b>Read This</b>: If you have one of our discount cards, ISIC Card or Minihostels, please book thru email.<br /> We can't give discounts for bookings made thru Hostelworld or Hostelbookers.",
			opacity:0.75,
			iframe:true
		}
	);
	
});