/*********************************
     VATIC Gaming Jquery Config
	 Author: Matt Litherland
	 Date: August 2010
	 http://www.create.cm
*********************************/

$().ready(function() {
 $('#coda-slider-1').codaSlider();
 $('#coda-slider-2').codaSlider();
});

$(document).ready(function() {
 $('.slideshow').cycle({ fx: 'fade' });
 
 $(".tooltip").tipTip({  delay: 300});
});

$('.log_001').keyup(function(){
 if($(this).val().length==$(this)[0].maxLength){
 $('.log_002').focus();}
});


