(function($) {
	var imgList = [];
	$.extend({
		preload: function(imgArr, option) {
			var setting = $.extend({
				init: function(loaded, total) {},
				loaded: function(img, loaded, total) {},
				loaded_all: function(loaded, total) {}
			}, option);
			var total = imgArr.length;
			var loaded = 0;

			setting.init(0, total);
			for(var i in imgArr) {
				imgList.push($("<img />")
					.attr("src", imgArr[i])
					.load(function() {
						loaded++;
						setting.loaded(this, loaded, total);
						if(loaded == total) {
							setting.loaded_all(loaded, total);
						}
						else {
							if ($.browser.msie == true) { $("#indicator").attr("style", "display: none !important;"); }
						}
					})
				);
			}
		}
	});

})(jQuery);

$(function() {

	$.preload([
			"http://www.eyeclaxton.com/images/transparent.gif",
			"http://www.eyeclaxton.com/images/body_bg.png",
			"http://www.eyeclaxton.com/images/logo.png",
			"http://www.eyeclaxton.com/images/friend.png",
			"http://www.eyeclaxton.com/images/search-box-3.png",
			"http://www.eyeclaxton.com/images/search-box.png",
			"http://www.eyeclaxton.com/images/search-btn.png",
			"http://www.eyeclaxton.com/images/navbar.png",
			"http://www.eyeclaxton.com/images/navbar_div.png",
			"http://www.eyeclaxton.com/images/feature_bg.jpg",
			"http://www.eyeclaxton.com/images/feature_button_moreinfo.png",
			"http://www.eyeclaxton.com/images/feature_button_download.png",
			"http://www.eyeclaxton.com/findjunkfiles/images/feature_title_1.jpg",
			"http://www.eyeclaxton.com/findjunkfiles/images/feature_screen_1.jpg",
			"http://www.eyeclaxton.com/images/spr-banner.png",
			"http://www.eyeclaxton.com/images/spr-icons.png",
			"http://www.eyeclaxton.com/images/3d-box.png",
			"http://www.eyeclaxton.com/images/binarycode.jpg",
			"http://www.eyeclaxton.com/images/b.gif"
	], {
		init: function(loaded, total) {
			$("#indicator").html("Loading... "+loaded+"/"+total);
		},
		loaded: function(img, loaded, total) {
			$("#indicator").html("Loading... "+loaded+"/"+total);
		},
		loaded_all: function(loaded, total) {
			$("#indicator").attr("style", "display: none !important;");
		}
	});
	$("#indicator").attr("style", "display: none !important;");
});


$(window).bind('load', function() {

	(function($) {
		var imgList = [];
		$.extend({
			preload: function(imgArr, option) {
				var setting = $.extend({
					init: function(loaded, total) {},
					loaded: function(img, loaded, total) {},
					loaded_all: function(loaded, total) {}
				}, option);
				var total = imgArr.length;
				var loaded = 0;

				setting.init(0, total);
				for(var i in imgArr) {
					imgList.push($("<img />")
						.attr("src", imgArr[i])
						.load(function() {
							loaded++;
							setting.loaded(this, loaded, total);
							if(loaded == total) {
								setting.loaded_all(loaded, total);
							}
							else {
								if ($.browser.msie == true) { $("#indicator").attr("style", "display: none !important;"); }
							}
						})
					);
				}
			}
		});

	})(jQuery);

	$(function() {

		$.preload([
				"http://www.eyeclaxton.com/images/bread-div1.png",
				"http://www.eyeclaxton.com/images/bread-div2.png",
				"http://www.eyeclaxton.com/images/bread-right.png",
				"http://www.eyeclaxton.com/images/bullet.png",
				"http://www.eyeclaxton.com/images/bullet_grey.gif",
				"http://www.eyeclaxton.com/images/chrome_16.png",
				"http://www.eyeclaxton.com/images/content_left_bg.gif",
				"http://www.eyeclaxton.com/images/content_right_bg.gif",
				"http://www.eyeclaxton.com/images/desk_16.png",
				"http://www.eyeclaxton.com/images/download.png",
				"http://www.eyeclaxton.com/images/download_sm.png",
				"http://www.eyeclaxton.com/images/ff_16.png",
				"http://www.eyeclaxton.com/images/flash_16.png",
				"http://www.eyeclaxton.com/images/ie_16.png",
				"http://www.eyeclaxton.com/images/mini_computer.png",
				"http://www.eyeclaxton.com/images/more_info_sm.png",
				"http://www.eyeclaxton.com/images/op_16.png",
				"http://www.eyeclaxton.com/images/safari_16.png",
				"http://www.eyeclaxton.com/images/subpage_bg.png",
				"http://www.eyeclaxton.com/images/clean.jpg",
				"http://www.eyeclaxton.com/images/app_16.png",
				"http://www.eyeclaxton.com/images/tick_16.png",
				"http://www.eyeclaxton.com/images/mini_camera.png",
				"http://www.eyeclaxton.com/images/folder_icon.gif",
				"http://www.eyeclaxton.com/images/discussionitem_icon.gif",
				"http://www.eyeclaxton.com/images/document_icon.gif",
				"http://www.eyeclaxton.com/images/support_ticket_system.jpg",
				"http://www.eyeclaxton.com/images/stop_icon.png",
				"http://www.eyeclaxton.com/images/404.png",
				"http://www.eyeclaxton.com/images/500.jpg",
				"http://www.eyeclaxton.com/awards/images/5stars.png",
				"http://www.eyeclaxton.com/awards/images/5starsc.png",
				"http://www.eyeclaxton.com/awards/images/compatible.png",
				"http://www.eyeclaxton.com/awards/images/dn_award.png",
				"http://www.eyeclaxton.com/awards/images/editor_pick.png",
				"http://www.eyeclaxton.com/awards/images/famous.png",
				"http://www.eyeclaxton.com/awards/images/hotlib-r5.png",
				"http://www.eyeclaxton.com/awards/images/image01.jpg",
				"http://www.eyeclaxton.com/awards/images/image02.jpg",
				"http://www.eyeclaxton.com/awards/images/image03.jpg",
				"http://www.eyeclaxton.com/awards/images/image04.jpg",
				"http://www.eyeclaxton.com/awards/images/image05.jpg",
				"http://www.eyeclaxton.com/awards/images/image06.jpg",
				"http://www.eyeclaxton.com/awards/images/image07.jpg",
				"http://www.eyeclaxton.com/awards/images/image08.jpg",
				"http://www.eyeclaxton.com/awards/images/image09.jpg",
				"http://www.eyeclaxton.com/awards/images/image10.jpg",
				"http://www.eyeclaxton.com/awards/images/image11.jpg",
				"http://www.eyeclaxton.com/awards/images/image12.jpg",
				"http://www.eyeclaxton.com/awards/images/image13.jpg",
				"http://www.eyeclaxton.com/awards/images/pauls_picks.png",
				"http://www.eyeclaxton.com/awards/images/soft82.png",
				"http://www.eyeclaxton.com/awards/images/softtester5stars.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/1_16.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/1_32.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/1_64.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/1_preview.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/button_buydownload2.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/creditcard_amex.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/creditcard_mastercard.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/creditcard_paypal.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/creditcard_visa.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/dlnowblue.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/download.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/download_button_sm.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/download_tab_1.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/download_tab_2.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/feature_screen_2.jpg",
				"http://www.eyeclaxton.com/findjunkfiles/images/feature_screen_3.jpg",
				"http://www.eyeclaxton.com/findjunkfiles/images/feature_screen_4.jpg",
				"http://www.eyeclaxton.com/findjunkfiles/images/install_64.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/help.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/quicktour.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/faq.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/forum.png",
				"http://www.eyeclaxton.com/findjunkfiles/images/download-start-w_149x46.jpg",
				"http://www.eyeclaxton.com/findjunkfiles/images/sec-warning.jpg",
				"http://www.eyeclaxton.com/findjunkfiles/images/download-start-w.png",
				"http://www.eyeclaxton.com/ping/images/ping_64.png",
				"http://www.eyeclaxton.com/ping/images/1_preview.png",
				"http://www.eyeclaxton.com/findjunkfiles/screenshots/images/findjunkfiles1_thumb.png",
				"http://www.eyeclaxton.com/findjunkfiles/screenshots/images/findjunkfiles1.png",
				"http://www.eyeclaxton.com/findjunkfiles/screenshots/images/findjunkfiles2_thumb.png",
				"http://www.eyeclaxton.com/findjunkfiles/screenshots/images/findjunkfiles2.png",
				"http://www.eyeclaxton.com/findjunkfiles/screenshots/images/findjunkfiles3_thumb.png",
				"http://www.eyeclaxton.com/findjunkfiles/screenshots/images/findjunkfiles3.png",
				"http://www.eyeclaxton.com/findjunkfiles/screenshots/images/findjunkfiles4_thumb.png",
				"http://www.eyeclaxton.com/findjunkfiles/screenshots/images/findjunkfiles4.png",
				"http://www.eyeclaxton.com/findjunkfiles/screenshots/images/findjunkfiles5_thumb.png",
				"http://www.eyeclaxton.com/findjunkfiles/screenshots/images/findjunkfiles5.png",
				"http://www.eyeclaxton.com/findjunkfiles/screenshots/images/findjunkfiles6_thumb.png",
				"http://www.eyeclaxton.com/findjunkfiles/screenshots/images/findjunkfiles6.png",
				"http://www.eyeclaxton.com/findjunkfiles/screenshots/images/arrow-r.png",
				"http://www.eyeclaxton.com/findjunkfiles/screenshots/images/arrow-l.png",
				"http://www.eyeclaxton.com/blog/wp-content/plugins/bm-custom-login/images/login-bkg-bottom.gif",
				"http://www.eyeclaxton.com/blog/wp-content/plugins/bm-custom-login/images/login-bkg-tile.jpg",
				"http://www.eyeclaxton.com/osticket/images/icons/attachment.gif",
				"http://www.eyeclaxton.com/osticket/images/bg.gif",
				"http://www.eyeclaxton.com/osticket/images/captcha/bubbles.png",
				"http://www.eyeclaxton.com/osticket/images/cal.gif",
				"http://www.eyeclaxton.com/osticket/images/captcha/cottoncandy.png",
				"http://www.eyeclaxton.com/osticket/images/captcha/crackle.png",
				"http://www.eyeclaxton.com/osticket/images/fibres.png",
				"http://www.eyeclaxton.com/osticket/images/captcha/grass.png",
				"http://www.eyeclaxton.com/osticket/images/home.gif",
				"http://www.eyeclaxton.com/osticket/images/captcha/lines.png",
				"http://www.eyeclaxton.com/osticket/images/lipsum.png",
				"http://www.eyeclaxton.com/osticket/images/logo2.jpg",
				"http://www.eyeclaxton.com/osticket/images/logout.gif",
				"http://www.eyeclaxton.com/osticket/images/my_tickets.gif",
				"http://www.eyeclaxton.com/osticket/images/new_ticket.gif",
				"http://www.eyeclaxton.com/osticket/images/new_ticket_icon.jpg",
				"http://www.eyeclaxton.com/osticket/images/poweredby.jpg",
				"http://www.eyeclaxton.com/osticket/images/rainbow.png",
				"http://www.eyeclaxton.com/osticket/images/icons/refresh.gif",
				"http://www.eyeclaxton.com/osticket/images/refresh_btn.gif",
				"http://www.eyeclaxton.com/osticket/images/captcha/ripple.png",
				"http://www.eyeclaxton.com/osticket/images/captcha/sand.png",
				"http://www.eyeclaxton.com/osticket/images/captcha/silk.png",
				"http://www.eyeclaxton.com/osticket/images/captcha/snakeskin.png",
				"http://www.eyeclaxton.com/osticket/images/icons/thread.gif",
				"http://www.eyeclaxton.com/osticket/images/icons/ticket.gif",
				"http://www.eyeclaxton.com/osticket/images/icons/ticket_source_email.gif",
				"http://www.eyeclaxton.com/osticket/images/icons/ticket_source_other.gif",
				"http://www.eyeclaxton.com/osticket/images/icons/ticket_source_phone.gif",
				"http://www.eyeclaxton.com/osticket/images/icons/ticket_source_web.gif",
				"http://www.eyeclaxton.com/osticket/images/ticket_status.gif",
				"http://www.eyeclaxton.com/osticket/images/ticket_status_icon.jpg",
				"http://www.eyeclaxton.com/osticket/images/verticalbar.jpg",
				"http://www.eyeclaxton.com/osticket/images/view_closed_btn.gif",
				"http://www.eyeclaxton.com/osticket/images/view_open_btn.gif",
				"http://www.eyeclaxton.com/osticket/images/captcha/whirlpool.png",
				"http://www.eyeclaxton.com/images/static/large.png",
				"http://www.eyeclaxton.com/images/static/med.png",
				"http://www.eyeclaxton.com/images/static/small2.png",
				"http://www.eyeclaxton.com/images/static/small.png"
		], {
			init: function(loaded, total) {
				$("#indicator").html("Loading... "+loaded+"/"+total);
			},
			loaded: function(img, loaded, total) {
				$("#indicator").html("Loading... "+loaded+"/"+total);
			},
			loaded_all: function(loaded, total) {
				setTimeout("$(\"#indicator\").attr(\"style\", \"display: none !important;\");", 500);
			}
		});
	});
});
