/*
 * jQuery Init - Alta Vista de Boracay
 *
 * Copyright (c) 2009 Peps (jlrworks.com)
 *
 */
$(document).ready(function(){
	$('body').removeClass('no-js');
	$('a.new-window').attr('target', '_blank');
	$('a[@rel="external"]').click(function(){
		window.open(this.href);
		return false;
	});
});
