facebook_l = new Image();
facebook_l.src = "/wp-content/themes/griin/images/social/facebook_l.jpg";
facebook_h = new Image();
facebook_h.src = "/wp-content/themes/griin/images/social/facebook_h.jpg";

digg_l = new Image();
digg_l.src = "/wp-content/themes/griin/images/social/digg_l.jpg";
digg_h = new Image();
digg_h.src = "/wp-content/themes/griin/images/social/digg_h.jpg";

misterwong_l = new Image();
misterwong_l.src = "/wp-content/themes/griin/images/social/misterwong_l.jpg";
misterwong_h = new Image();
misterwong_h.src = "/wp-content/themes/griin/images/social/misterwong_h.jpg";

rss_l = new Image();
rss_l.src = "/wp-content/themes/griin/images/social/rss_l.jpg";
rss_h = new Image();
rss_h.src = "/wp-content/themes/griin/images/social/rss_h.jpg";

stumbleupon_l = new Image();
stumbleupon_l.src = "/wp-content/themes/griin/images/social/stumbleupon_l.jpg";
stumbleupon_h = new Image();
stumbleupon_h.src = "/wp-content/themes/griin/images/social/stumbleupon_h.jpg";

twitter_l = new Image();
twitter_l.src = "/wp-content/themes/griin/images/social/twitter_l.jpg";
twitter_h = new Image();
twitter_h.src = "/wp-content/themes/griin/images/social/twitter_h.jpg";

delicious_l = new Image();
delicious_l.src = "/wp-content/themes/griin/images/social/delicious_l.jpg";
delicious_h = new Image();
delicious_h.src = "/wp-content/themes/griin/images/social/delicious_h.jpg";

search_btn_l = new Image();
search_btn_l.src = "/wp-content/themes/griin/images/buttons/search_l.jpg";
search_btn_h = new Image();
search_btn_h.src = "/wp-content/themes/griin/images/buttons/search_h.jpg";

send_btn_l = new Image();
send_btn_l.src = "/wp-content/themes/griin/images/buttons/send_l.jpg";
send_btn_h = new Image();
send_btn_h.src = "/wp-content/themes/griin/images/buttons/send_h.jpg";

close_btn_l = new Image();
close_btn_l.src = "/wp-content/themes/griin/images/buttons/x_l.jpg";
close_btn_h = new Image();
close_btn_h.src = "/wp-content/themes/griin/images/buttons/x_h.jpg";

function Bildwechsel(id, Bildobjekt) {
  window.document.getElementById(id).src = Bildobjekt.src;
}	
