
function roll(object, img_src)
   {
		if ( document[object].src.match( '-active' ) == null) 
		{ 
			document[object].src = img_src
		}
   }

