function checkSize(Image)	{
	if ((Image.width == 1)&&(Image.height == 1)) 	{
		//alert(Image.width);
		Image.setAttribute('src', 'http://library.rit.edu/content/files/library/images/cover-not-found.gif'); 
	}
}