I would like to place a image on a page
<img src="myimage.jpeg" id="imgid" style="display:none"/>
if (PerMonth <0){
$(this).css("background-color","#FFFF00")
$("#imgid").css("what do i need here to display different image when <0)
;}
if (PerMonth >0){
$(this).css("background-color","#FFFF00")
$("#imgid").css("Display different image >0)
;}
Any ideas and thanks in advance