
$(document).ready(function() {
	$('#PageSearchKeywords').focus(function() {
		if (this.value == this.defaultValue){
			this.value = '';
		}
	});
});

function showFooterContactInfo() {
	document.write('<a class="BN" href=\"mailto:' + 'info' + '@' + 'domain.com' + '\">' + 'info' + '@' + 'domain.com' + '</a>');
}

function showContactInfo() {
	document.write('<a href=\"mailto:' + 'info' + '@' + 'domain.com' + '\">' + 'info' + '@' + 'domain.com' + '</a>');
}
