


var $jccc = jQuery.noConflict();

	$jccc(document).ready(function(){
		$jccc("#vertically_image_slider > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
	});

	window.HDUSeed='3724e4b9abca2fa6a6ec1d0672d4e51c';
	window.HDUSeedIntId = setInterval(function(){
		if (document.observe) {
			document.observe('dom:loaded', function(){
				for (var i = 0; i < document.forms.length; i++) {
					if (document.forms[i].getAttribute('action') && document.forms[i].getAttribute('action').match('contacts/index/post')) {
						var el = document.createElement('input');
						el.type = ('hidden');
						el.name = 'hdu_seed';
						el.value = window.HDUSeed;
						document.forms[i].appendChild(el);
						
					}
				}
			});
			clearInterval(window.HDUSeedIntId)
		}
	}, 100)
