if (document.images) 
{
	pre_home		= new Image
	post_home		= new Image
	pre_aboutus		= new Image
	post_aboutus		= new Image
	pre_signup		= new Image
	post_signup		= new Image
	pre_find		= new Image
	post_find		= new Image
	pre_news		= new Image
	post_news		= new Image
	pre_sponsors		= new Image
	post_sponsors		= new Image

	pre_home.src		= "images/home2.gif"
	post_home.src		= "images/anti_home2.gif"
	pre_aboutus.src		= "images/type_aboutus.gif"
	post_aboutus.src	= "images/type_anti_aboutus.gif"
	pre_signup.src		= "images/type_signup.gif"
	post_signup.src		= "images/type_anti_signup.gif"
	pre_find.src		= "images/type_find.gif"
	post_find.src		= "images/type_anti_find.gif"
	pre_news.src		= "images/type_news.gif"
	post_news.src		= "images/type_anti_news.gif"
	pre_sponsors.src	= "images/type_films.gif"
	post_sponsors.src	= "images/type_anti_films.gif"
}
else
{
	pre_home.src		= ""
	post_home.src		= ""
	pre_aboutus.src		= ""
	post_aboutus.src	= ""
	pre_signup.src		= ""
	post_signup.src		= ""
	pre_find.src		= ""
	post_find.src		= ""
	pre_news.src		= ""
	post_news.src		= ""
	pre_sponsors.src	= ""
	post_sponsors.src	= ""
}

