<!-- 

try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}

$(document).ready(
	function() {
		$('div.btn a').mouseover(function(){$(this).next().show();});
		$('div.btn a').mouseout(function(){$(this).next().hide();});
	}
);


// -->
