$(document).ready(function() {

	$('#fchat').show('slow');
	$('#fchatclose').click(function() {
		$('#fchat').hide('slow');
		}
	);

	$(window).scroll(function () { 
		$('#fchat').css('bottom', -$(window).scrollTop());
		
		$('#fchat').animate({
		bottom: -$(window).scrollTop()
		}, 0);
	});

	
});


document.write("<div id='fchat' style='color: black; display: none; background: transparent url(http://www.blog.leotarot.com/lux/fchat/fchat.png) no-repeat left top; width: 429px; height: 307px; position: absolute; bottom: 0; right: 30px; z-index: 1000;'><img src='http://www.blog.leotarot.com/lux/fchat/chatpopboxclose.png' id='fchatclose' style='display: block; margin-left: 198px; cursor: pointer;'><div style='width:200px;margin:40px 0 0 13px;'> <p style='color: black;font:12px/18px arial,verdana,sans-serif;'> Hola,<br> Bienvenido/a, te queremos recordar que puedes hacer ahora tu consulta de tarot a nuestros telefonos 806-402-401 y por VISA en los numeros 902-510-200 y 93-150-40-91.</p> <p style='color: black;font:12px/18px arial,verdana,sans-serif;'><a href='http://www.amor-videncia.com/' style='color:black;font-weight:bold;'>Llamanos Ahora Trabajamos las 24 horas</a></p> <p style='color: black;font:12px/18px arial,verdana,sans-serif; margin: 0 0 0 87px; position:absolute; bottom: 3px;'><a href='http://www.amor-videncia.com/' style='color:black;font-weight:bold;'>Tarot</a></p></div></div>");

/*

como aplicar:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="http://www.blog.leotarot.com/lux/fchat/fchat.js"></script>

*/
