
function initSpoutnik()
{
	$("a.spkmenu").bind('click',function(e){return false;});	
}

$(document).ready(initSpoutnik);
