if (document.images) { 

img900_on =new Image(); img900_on.src ="http://www.evolveea.com/wp-content/themes/evolveEA/images/fb-o.png";
img900_off=new Image(); img900_off.src="http://www.evolveea.com/wp-content/themes/evolveEA/images/fb.png";

img901_on =new Image(); img901_on.src ="http://www.evolveea.com/wp-content/themes/evolveEA/images/tw-o.png";
img901_off=new Image(); img901_off.src="http://www.evolveea.com/wp-content/themes/evolveEA/images/tw.png";

img902_on =new Image(); img902_on.src ="http://www.evolveea.com/wp-content/themes/evolveEA/images/in-o.png";
img902_off=new Image(); img902_off.src="http://www.evolveea.com/wp-content/themes/evolveEA/images/in.png";

}

function movr(k) {
	if (document.images)
	eval('document.img'+k+'.src=img'+k+'_on.src');
}
	
function mout(k) { 
	if (document.images) 
	eval('document.img'+k+'.src=img'+k+'_off.src');
}

