// quasiLoadBalancing();

function quasiLoadBalancing() {
	var user_post_cookie = getCookie('ubberPosts2452596.1715');

	if ( '' != user_post_cookie && null != user_post_cookie ) {

		var user_post_information = user_post_cookie.split("&");

		if ( user_post_information[1] == 0 && user_post_information[0] > 74 ) {
		
			var first = new Date();
			var firstMilliseconds = first.getMilliseconds();
			firstMilliseconds += 1000 * first.getSeconds();
			var now; nowMilliseconds;

			while ( 1 ) {
				now = new Date();
				var nowMilliseconds = now.getMilliseconds();
				nowMilliseconds += 1000 * now.getSeconds();

				if ( nowMilliseconds < firstMilliseconds ) { nowMilliseconds += 60000;}
				if ( nowMilliseconds - firstMilliseconds >= 1500 + parseInt(user_post_information[0]) ) { break; }
			}
		}
	}
} 
