function acessaLink() {
	document.location.href = 'Assine.aspx';
}


$(document).ready(
            function() {
            	// #flash-example-1 is the selector
            	$('#banner').flash({   // test.swf is the flash document
            		swf: 'swf/banner_468x60.swf',
            		width: 468,
            		height: 60
            	});
				
				
				$('.validade').mask('99/99');
				$('.ddd').mask('99');
				$('.telefone').mask('9999-9999');
				$('.cep').mask('99999-999');
				$('.cpf').mask('999.999.999-99');
				
            }
        );
