// JavaScript Document

jQuery(document).ready(function($) {
								
	//alert('yo');
	/*var money = $("#edh_hero_page_widget_imakeyouwearit p strong").html();
	$("#moneyRaised").html(money + "so far! <a href='http://www.everydayhero.com.au/imakeyouwearit' target='_blank'>Donate Now!</a>");*/

	$("#edh_hero_page_widget_imakeyouwearit p:contains('Last donation'), #edh_hero_page_widget_imakeyouwearit hr").css("display","none");
	
	$("#edh_hero_page_widget_imakemyday h3").remove();
	$("#edh_hero_page_widget_imakemyday").prepend("<b>i make. you wear it.</b>");
	$("#edh_hero_page_widget_imakemyday a").css("background-color","#98c8cd");
	$("#edh_hero_page_widget_imakemyday").css({backgroundColor:"transparent",border:"3px solid #98c8cd"});
	$("a.shutterset_set_3").removeClass("shutterset_set_3");
	$("a:contains('Show Love')").html("0&nbsp<img src='/imakemyday/wp-content/images/icon-comment.gif' alt='comment' />");
	$("a:contains('Virtual Loveletter')").remove("Virtual Loveletter").append("&nbsp <img src='/imakemyday/wp-content/images/icon-comment.gif' alt='comment' />");
				
});
