// JavaScript Document
	
// HTML5 Bug fix for IE
document.createElement('header');
document.createElement('footer');
document.createElement('article');
document.createElement('section');


//Cufon text replacement
Cufon.replace('#tag p');
Cufon.replace('dt');
Cufon.replace('#tagl2 p');
Cufon.replace('h1');
Cufon.replace('.state');
Cufon.replace('h4');
Cufon.replace('.button');
Cufon.replace('.header');
Cufon.replace('ul', {
	hover: 'true'		  
			 });
Cufon.replace('div.dsq-comment-body:not(.clean)');
			 
	
		$(document).ready(function(){
	$(".red a").click(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-60"}, "slow");
	});
	});

	$(document).ready(function(){
	$(".red a").mouseleave(function() {
	$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});
	});	
			 


	

 

 
