$(document).ready(function () {
    var thelink1 = $('body#homePage #blogcol1 .post1 .postTitle a:last').attr("href");
    var thelink2 = $('body#homePage #blogcol2 .post1 .postTitle a:last').attr("href");
	var thehtml1 = $("body#homePage #blogcol1 .post1 .postBody").html();
	var thehtml2 = $("body#homePage #blogcol2 .post1 .postBody").html();
	
	//$("body#homePage #blogcol1 .post1 .postBody").html(thehtml1 + '<a class="homereadmore" href="'+thelink1+'">Read More &gt;</a>');
	//$("body#homePage #blogcol2 .post1 .postBody").html(thehtml2 + '<a class="homereadmore" href="'+thelink2+'">Read More &gt;</a>');
		
	//$('body#homePage #blogcol1 .post1 .postBody a[href^="http://"]').attr("target","_blank");	
	//$('body#homePage #blogcol2 .post1 .postBody a[href^="http://"]').attr("target","_blank");	
	
	//$('body#homePage .menucol .blogList h2.postTitle a[href^="http://"]').attr("target","_blank");	

	Cufon.refresh();

});

function replaceCufon() {
	Cufon.set('fontFamily','Gotham-Black');
	Cufon.replace('.maincol .slideshow h1', { 
		letterSpacing : '-1px'
	});
	Cufon.replace('.headlines h2, .headlines h5,.headlines h6, .navigationTopStatic .mainmenu li a, .headlines ul.sideNav li:nth-child(1) a',{fontFamily:'Gotham-Book'});
}
