// JavaScript Document

$("head").append('<link rel="shortcut icon" href="images/myday-shortcut.gif"/>');
$("head").append('<script src="http://www.myday.com.tw/myday09/js/wtooltip.min.js"></script>');

$(".Qmark").wTooltip({
    style: {		
        border: "1px solid #ccc",
		background: "#ffffe6",
		color: "#333",
		fontSize: "12px",
		lineHeight: "1.5em",
		//maxWidth: "250px",
		padding: "5px",
		zIndex: "1000",
		textAlign: "left"
    }
//	offsetY: -160,
//	offsetX: 15
});

$(function(){
		$(".noEmpty td:empty").html("&nbsp;");
});

