function router(path) 
{
	var baseHref = document.getElementsByTagName('base')[0].href;
	return baseHref + path + '.html';
}

$(document).ready(function () {
	
	$('a[@rel*=lightbox]').lightBox(); 
	 	
});