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');
	});
});