The simplest way to change the cursor to a hand pointer using inline javascript is:
onmouseover="this.style.cursor='pointer';
Example:<img src="images/wecodethings.jpg" width="200" height="200" onClick="window.open('http://www.wecodethings.com');" onmouseover="this.style.cursor='pointer';">