
		
			var images = new Array()
			function preload() {
				for (i = 0; i < preload.arguments.length; i++) {
					images[i] = new Image()
					images[i].src = preload.arguments[i]
				}
			}
			preload(
				"http://www.v-index.com/themes/vindex/images/subscribe_hover.png",
				"http://www.v-index.com/themes/vindex/images/feedback_hover.png",
				"http://www.v-index.com/themes/vindex/images/learn_more_hover.png",
				"http://www.v-index.com/images/read_full_report_hover.png",
				"http://www.v-index.com/images/infografics_hover.png",
				"http://www.v-index.com/images/more_cool_snippets_hover.png",
				"http://www.v-index.com/themes/vindex/images/download_pdf_hover.png",
				"http://www.v-index.com/themes/vindex/images/pg2_hover.png",
				"http://www.v-index.com/themes/vindex/images/pg3_hover.png",
				"http://www.v-index.com/themes/vindex/images/view_report_hover.png",
				"http://www.v-index.com/images/we_need_feedback.png",
				"http://www.v-index.com/images/we_need_feedback_hover.png",
				"http://www.v-index.com/images/view_report_hover.png"
			);

	

