$(function(){

    $('a.blank').click(function(){
        window.open(this.href);
        return false;
    });

	// This sticks the footer gradient at the bottom of the page.
	// var docHeight = ($(document).height() - 108);
	// var windowHeight = $(window.innerHeight);
	// $("div#bottom").css({'position': 'absolute', 'top' : docHeight});
	// 
	// 	$(window).resize(function(){
	// 		$("div#bottom").css({'position': 'absolute', 'top' : windowHeight});
	// 		alert(windowHeight);
	// 	})




});
