//HOME
$(document).ready(function() {
	$('#coin-slider').coinslider({ width: 514, height: 195,  navigation: false, delay: 6000, spw: 20, sph: 5, titleSpeed: 1000 });
});


//TELA DE PRODUTOS
	Cufon.replace('h3');
	Cufon.replace('h2');
	Cufon.replace('h4');
	Cufon.replace('h6');
	Cufon.replace('th');
	
	//CORES INTERCALADAS NA TABELA
$(document).ready(function() {
   $('table tbody tr:odd').addClass('tdCinza');
   $('table tbody tr:even').addClass('tdBranco');   
});

//PRINT	
function print() {
	
 window.print();

}
