function hoverThis(obj, status){
	splscr=obj.src.split('.');
	splscr[splscr.length-2]=status;
	obj.src=splscr.join('.');
}