function getMouseXY(){
	return new Array(parseInt($("#mouseX").val(),10)+5,parseInt($("#mouseY").val(),10)+5);
}
