﻿<!--
	$(document).ready(function($) {
		$.ajaxSetup ({ 
			// Disable caching of AJAX responses */ 
			cache: false 
		});
		$("#campo").click(function() {
			if($(this).val() == "Digite seu e-mail") {
				$(this).val("")
			}
			
		});
		
	});
// -->	
	
<!--
	$(function() {
	$('#slide').cycle({ fx: 'fade' });
	});
// -->

<!--
	$(function() {
	$('#casting-video').cycle({ fx: 'fade' });
	});
// -->

