var ghr_numberImages = 5,
ghr_i = Math.floor(Math.random()*(ghr_numberImages)),
ghr_rotationImages = [{
	alt: "Check out our new blog",
	src: "images/gfi_header_blog.gif",
	href: "http://blog.globalfilm.org/"
},
{
	alt: "Check out our newest film discussion guides!",
	src: "images/gfi_header_discussion.gif",
	href: "http://www.globalfilm.org/education.htm"
},
{
	alt: "Check out our new DVD sets for libraries",
	src: "images/gfi_header_dvds.gif",
	href: "http://www.globalfilm.org/DVD_Sets.htm"
},
{
	alt: "Learn more about our Granting program",
	src: "images/gfi_header_granting.gif",
	href: "http://globalfilm.org/granting.htm"
},
{
	alt: "New on DVD from Global Lens!",
	src: "images/gfi_header_newdvd.gif",
	href: "http://catalogue.globalfilm.org/"
}
];

document.write('<a href="'+ghr_rotationImages[ghr_i].href+'"><img style="border: 0px;" src="'+ghr_rotationImages[ghr_i].src+'" alt="'+ghr_rotationImages[ghr_i].alt+'" width="388" height="50" /></a>');

