// JavaScript Document
$(document).ready(function(){
	$("a.external").attr("target","_blank");
	$(".reset").bind("focus",function(){ $(this).val(''); });
	/* Condition to Calculate Height of Calendar Div to replace background image */
	if($(".calendar_table").height() > 205){
		$("div.calenderbg").css({ background:"url(../images/calenderbg_long.gif) no-repeat bottom", height:"267px", width:"291px" });
	}
	
	//$(".thickbox").thickbox();
});
