// JavaScript Document

$(function(){

	$('#nav > li:last').find('span.spacer').remove();
	$('#footer ul.menu > li:last').find('span.spacer').remove();
	//alert( $('#nav > li:last').find('span.spacer').text());

	if( $('#header-flash').length > 0){
		$('#header-flash').flash({
			src : '/wp-content/themes/cyden/flash/player.swf?video=CYDEN_HD_1500.f4v&alpha=0.25',
			width : '100%',
			height : 620,
	//		scale: 'noborder',
			wmode : 'transparent'
		});
	}
	
	$('#footer').stickyFooter('#content');
	
	/*$('form').bind('validationPassed', function(){
		$(this).find('.submit').attr('disabled', 'disabled').attr('src', 'images/ajax-loader.gif');
		$('form').ajaxError( function(){
			alert('Mail Form Error.  Please email us direct');	
			$('form').find('.submit').attr('disabled', '').attr('src', 'images/submit_btn.png');
		});
		$.post('contactsubmit.php', $(this).serialize(), function(data){
			alert(data);	
			$('form').find('.submit').attr('disabled', '').attr('src', 'images/submit_btn.png');
		});
	});*/
	//console.log($('.wpcf7-form'));
	/*$('.wpcf7-form').find('input:text,textarea').focus(function(){
		$('.wpcf7-form').find('input:text,textarea').each(function(){
			//$(this).val($(this).attr('placeholder'));
		})
	})*/
	/*$('.wpcf7-form').bind('submit',function(){
		alert(1);
		$(this).find('input:text,textarea').each(function(){
			if ($(this).val()==$(this).attr('placeholder')) $(this).val('');
		})
		return false;
	});*/

});
