$(document).ready(function() {
	img1 = '\"http://efusion.ru/footer_logo/orig/fusion_na.png"';
	img2 = '\"http://efusion.ru/footer_logo/orig/fusion_a.png"';

	
	$("#imageChanger").after('<img height=\"\" border=\"\" width=\"\" title=\"\" alt=\"\" src='+img1+' class=\"\"  onmouseout=\'$(this).attr(\"src\", '+img1+');\' onmouseover=\'$(this).attr(\"src\", '+img2+');\'>');
});
