	if (document.images) {
		hoverBlog = new Image
		linkBlog = new Image

		hoverAbout = new Image
		linkAbout = new Image

		hoverProfile = new Image
		linkProfile = new Image

		hoverPitas = new Image
		linkPitas = new Image

		hoverPhotography = new Image
		linkPhotography = new Image

		hoverFavourite = new Image
		linkFavourite = new Image

		hoverLinks = new Image
		linkLinks = new Image

		hoverGuestbook = new Image
		linkGuestbook = new Image




		hoverBlog.src = "images/hoverBlog.gif"
		linkBlog.src = "images/linkBlog.gif"

		hoverAbout.src = "images/hoverAbout.gif"
		linkAbout.src = "images/linkAbout.gif"

		hoverProfile.src = "images/hoverProfile.gif"
		linkProfile.src = "images/linkProfile.gif"

		hoverPitas.src = "images/hoverPitas.gif"
		linkPitas.src = "images/linkPitas.gif"

		hoverPhotography.src = "images/hoverPhotography.gif"
		linkPhotography.src = "images/linkPhotography.gif"

		hoverFavourite.src = "images/hoverFavourite.gif"
		linkFavourite.src = "images/linkFavourite.gif"

		hoverLinks.src = "images/hoverLinks.gif"
		linkLinks.src = "images/linkLinks.gif"

		hoverGuestbook.src = "images/hoverGuestbook.gif"
		linkGuestbook.src = "images/linkGuestbook.gif"

	}
	else {
		hoverBlog = ""
		linkBlog = ""

		hoverAbout = ""
		linkAbout = ""

		hoverProfile = ""
		linkProfile = ""

		hoverPitas = ""
		linkPitas = ""

		hoverPhotography = ""
		linkPhotography = ""

		hoverFavourite = ""
		linkFavourite = ""

		hoverLinks = ""
		linkLinks = ""

		linkGuestbook = ""
		hoverGuestbook = ""

		
		document.blogButton = ""
		document.aboutButton = ""
		document.profileButton = ""
		document.pitasButton = ""
		document.photographyButton = ""
		document.favouriteButton = ""
		document.linksButton = ""
		document.guestbookButton = ""
	}