﻿$(window).load( function() {
		$("#enter").bind("mouseenter",function () { 
			$(this).random_position();
		});
});