function blink(element,image){
   element.src = image;    	
   return true;
}