function imgZoom(img) {
	jlPop({'width':500,'height':500,'url':'/show_img.php?img=' + img});
}

function runUrlHandler() {
//	History.pushState(null,null,'/store/dsdsds');
}

function swissUrlChanged(url) {
	var urlarr = url.split('/');
	var item = urlarr[urlarr.length-1];
	console.log(urlarr,item);
	//console.log('url changed: ',url);
}
