// JavaScript Document
$(document).ready(function() {	
	$("#legality").colorbox({width:"85%", height:"85%", iframe:true,slideshow:true});
	$("#click").click(function(){ 
		$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
	});						   
						   
	var Hoy=new Date()	
	if (Hoy.getMonth()==11 && Hoy.getDate()<31 && Hoy.getDate()>20  ){
		$(function() {
			$().jSnow();
		});
	}
});
