﻿(function ($) {
	$(function () {
		var ads = $('<div id="5oof_div" style="position: fixed; left: 0; bottom: 0; height: 116px; width: 100%; text-align: center; overflow: hidden; z-index: 9999;"><div><div style="background: url(http://5oof.com/images/ads/bg.gif) repeat-x bottom; height: 116px; width: 100%; font-size: 14px; color: #fff; line-height: 20px; z-index: 9999"><div style="position: absolute; margin-left: 900px;"><img src="http://5oof.com/images/close.gif" id="5oof_close" style="border: 0; cursor: pointer;" /></div><a href="http://5oof.com" target="_blank"><img src="http://5oof.com/images/ads/5ads.jpg" style="border: 0;margin-top: 16px;" /></a></div></div></div>');
		$('body').append(ads);
		$("#5oof_div").css('display', 'none');
		if ($("#5oof_div").is(":hidden")) {
			$("#5oof_div").slideDown(1000);
			$("#5oof_close").click(function () {
				$("#5oof_div").slideUp(1000);
				return false;
			});
		}
	});
})(jQuery);
