Normal:
<img src="jennifer.jpg">

GrayScale:
<img src="jennifer.jpg" style="filter: Gray">

onMOuseover GrayScale:		
<img src="Jennifer.jpg" onmouseover="javascript:this.style.filter='Gray'" onmouseout="javascript:this.style.filter=''">
		