﻿function RandomWordsImage()
{
	rndnum = Math.floor(Math.random()*5);
	document.write('<img alt="PDSHeart - The Company You Deserve" src="images/words/'+ rndnum +'.gif" alt="" height="175" width="700" border="0">\n');
}