// JavaScript Document
	$(document).ready(function(){		
	$(".aliantequickform").click(function(){
		aliante({
		close: '.close',
		dontShow: '.dont-show',
		animation: 'slide',
		animationSpeed: 500,
		dontShowExpire: 0,
		removeCookie: '.remove-cookie',
		aliantePosition: 'top',
		background:'url(img/bg/contactbg.png) no-repeat top center',
		height: '430px',
		});
	});
});