// Cufon
Cufon.replace('ul#topNav1',{hover: true});
Cufon.replace('ul#topNav2',{hover: true});
Cufon.replace('#leftSidebar h2, #rightSidebar h2',{hover: true});
Cufon.replace('h1');
$(function() {
	$('#emailAddress').val('type address + enter');
	$('#emailAddress').focus(function(){$(this).css('color', '#900').val('');});
	$('#emailAddress').blur(function(){$(this).css('color', '#999');});
	$('#rtsLink').click(function(){window.open($(this).attr('href'));return false;});
});
// Analytics
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-305716-2']);
_gaq.push(['_trackPageview']);
(function() {
	var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
function trackAd( adTitle, adEvent ) { _gaq.push(['_trackEvent', 'Ads', adEvent, adTitle]); }
