	var myimages = new Array();

	function preloading(){
	for (x=0; x<preloading.arguments.length; x++){
	myimages[x] = new Image();
	myimages[x].src = preloading.arguments[x];
	}
	}

	preloading("www_img/credits_afghan_knights.jpg",
	"www_img/credits_american_pie.jpg",
	"www_img/credits_battlestar_galactica_the_plan.jpg",
	"www_img/credits_bionic_woman.jpg",
	"www_img/credits_black_christmas.jpg",
	"www_img/credits_case_39.jpg",
	"www_img/credits_eureka.jpg",
	"www_img/credits_final_destination_3.jpg",
	"www_img/credits_freezer_burn.jpg",
	"www_img/credits_hard_ride_to_hell.jpg",
	"www_img/credits_harpers_island.jpg",
	"www_img/credits_human_target.jpg",
	"www_img/credits_in_the_name_of_the_king.jpg",
	"www_img/credits_in_the_name_of_the_king_2.jpg",
	"www_img/credits_masters_of_horror.jpg",
	"www_img/credits_meet_the_spartans.jpg",
	"www_img/credits_night_at_the_museum.jpg",
	"www_img/credits_punisher_warzone.jpg",
	"www_img/credits_reaper.jpg",
	"www_img/credits_sanctuary.jpg",
	"www_img/credits_scary_movie_4.jpg",
	"www_img/credits_shooter.jpg",
	"www_img/credits_smallville.jpg",
	"www_img/credits_stir_of_echoes_2.jpg",
	"www_img/credits_supernatural.jpg",
	"www_img/credits_the_andromeda_strain.jpg",
	"www_img/credits_the_covenant.jpg",
	"www_img/credits_the_divide.jpg",
	"www_img/credits_the_final_storm.jpg",
	"www_img/credits_the_incredible_hulk.jpg",
	"www_img/credits_the_lightning_thief.jpg",
	"www_img/credits_the_mummy.jpg",
	"www_img/credits_tucker_dale_vs_evil.jpg",
	"www_img/credits_watchmen.jpg",
	"www_img/credits_wwe_armageddon.jpg",
	"www_img/credits_x_men_3.jpg");
