// JavaScript Document

$(document).ready(function(){

$(".styled").empty();
$("#nav li a, #about h1,#recipes h1,#recipes_landing h1,#recipes_browse h1, #section_title, #products h1, #eatwell h1, #offers h1, #signup h1, #fiveaday h1, #omega3 h1, #family h1, #sourcing h1, .tunasustainability h1, .beefsustainability h1, #contact h1").empty();
$("#nav, #about h1,#recipes h1,#recipes_landing h1,#recipes_browse h1, div#section_title, a#section_title, #products h1, #eatwell h1, #offers h1, #signup h1, #fiveaday h1, #omega3 h1, #family h1, #sourcing h1, .tunasustainability h1, .beefsustainability h1, #contact h1").addClass('handwriting');

});








