$(document).ready(function(){
 
ddsmoothmenu.init({
	mainmenuid: "menu", orientation: 'h', classname: 'dds', contentsource: "markup"
});

$('#intro .vanner2').flash({
    src: 'vanner1.swf',
    wmode:'transparent',
    width: 336,
    height: 317
});

$('#intro .vanner1').flash({
    src: 'vanner2.swf',
    wmode:'transparent',
    width: 163,
    height: 317
});


$('#intro .vanner3').flash({
    src: 'vanner3.swf',
    wmode:'transparent',
    width: 249,
    height: 325
});




	$("#refreshimg").click(function(){
	$.post('js/captcha/newsession.php');
		$("#refreshimg").load('js/captcha/image_req.php');
		return false;
	});



});
 


