/*
* #########################################################################
* # ALLE SCRIPTE, GRAFIKEN UND QUELLTEXTE SIND URHEBERRECHTLICH GESCHUTZT #
* # SEBASTIAN GRITTMANN, ALTER KIRNER WEG 8, 55608 BERGEN BEI KIRN (NAHE) #
* # websolutions[at]grittmann-design.de           www.grittmann-design.de #
* #########################################################################
*/

$(document).ready(function() {
	$("#bottom1").mouseover(function() { $("#bottom1").attr("src","images/symbols/copyright-2.gif"); });
	$("#bottom1").mouseout(function() { $("#bottom1").attr("src","images/symbols/copyright-1.gif"); });
	$("#bottom2").mouseover(function() { $("#bottom2").attr("src","images/symbols/mail-2.gif"); });
	$("#bottom2").mouseout(function() { $("#bottom2").attr("src","images/symbols/mail-1.gif"); });
	$("#bottom3").mouseover(function() { $("#bottom3").attr("src","images/symbols/top-2.gif"); });
	$("#bottom3").mouseout(function() { $("#bottom3").attr("src","images/symbols/top-1.gif"); });
});
