DD_belatedPNG.fix([
	'.caption',
	'.caption .bottom',
	'.shire-logo'
].join(", "));


function doSearch(){
    var searchInput = $('#searchInput').val();
    var urlString = 'http://google-shire.imc2.com/search?q=' + searchInput + '&site=hunterpatients&output=xml_no_dtd&client=hunterpatients&proxystylesheet=hunterpatients&oe=utf8';
    document.location = urlString;
}

function signUpNewsletter() {
    var email = $('#FieldSignUpEmail').val();
    var signUpUrl = "/contact-us/?email=" + email;
    document.location = signUpUrl;
}

// js panel fix, remove BR from case studies model

