var ajaxpage = ajaxpath + 'index.php';

$(document).ready(function() {
	//$('div#featphotogs').load(ajaxpage, {mode: 'feat', task: 'usrs'});
	
	$('ul#vertmenu').accordion({
		event: 'mouseover'
	});
	
	$('img.vert-img').click(function() {
		window.location.href = rel_url + 'index.php?page=events&mode=img&task=view&id=' + $(this).attr('pid');
	});
	
	//$('#animated-panorama li img').css('cursor','pointer').click(function(){
		//window.location.href = rel_url+ 'event/suicide-bombing-lahore-pakistan_423';
		
		
	//});
});
