function mail(name, domain, style) { //thanks to Andrey "Chips" Kuzmin
	document.write('<a h'+'ref="'+'mai'+ 'lto:'+name+'@'+domain+'" style="'+style+'">'+name+'@'+domain+'</a>');
}

$(document).ready(function(){
	
	var soo = new SWFObject("/images/kosmo/right.swf", "rightswf", "100%", "100%", "8", "#00264B");
	soo.write("info");

	var so = new SWFObject("/images/kosmo/head.swf", "indexswf", "100%", "300", "8", "#00264B");
	so.addParam("wmode","opaque");
	so.write("container");	


	$('#searchform').submit( function() {
		$(this).ajaxSubmit({
			target: "#res"
		});
		return false
	});


});