


/*******************************************************************************
*
*	WriteContactImage
*
*	Writes out the image details for the contact page
*
*******************************************************************************/

function WriteContactImage()
{
	document.write( "<IMG galleryimg='no' src='" + GetRandomImage() + "' height='350px' width='225px'>" );
}
