$(document).ready(function(){

	$('.current_page_item').prepend('<b></b>').append('<b></b>');
	$('#header-actions #header-support').mouseover(function(){
		$(this).addClass("gray-i");
	}).mouseout(function(){
		$(this).removeClass("gray-i");
	}).click(function(){
		window.location.href = "/support.html"
	});
	
	$('#header-actions #header-tryit').mouseover(function(){
		$(this).addClass("gray-i");
	}).mouseout(function(){
		$(this).removeClass("gray-i");
	}).click(function(){
		window.location.href = "https://sortmybooksonline.com/#createacc"
	});
	
/*
	$('#feature_row #entrepreneurs, #feature_row #accountants').mouseover(function(){
		$(this).addClass("hover");
	}).mouseout(function(){
		$(this).removeClass("hover");
	}).click(function(){
		var href = $(this).find('a.icon_raquo.novisited').attr("href");
		document.location = href;
	});
	 
*/

});
