var theImages = new Array();
function preloading(){
	for (x=0; x<preloading.arguments.length; x++){
		theImages[x] = new Image();
		theImages[x].src = preloading.arguments[x];
	}
}

preloading(
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_home_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_news_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_photo_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_blog_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_forums_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_05_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_schedule_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_timeline_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_music_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_movies_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_tv_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_video_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_theatre_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_books_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_country_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_jam_sess_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_jam_news_over.gif",
	"/Movies/Film_Festivals/Toronto/2006/Images/tiff_rss_over.gif"
);
