$(document).ready(function() {
	$('#top-search .desc').html('Keyword Search');	
	
	$('#tertiary').prepend("<div id='tertiaryButton'><a href='http://messenger.providesupport.com/messenger/classicmarketing.html' target='_blank'><img src='http://image.providesupport.com/image/classicmarketing/current' border='0' /></a></div><div id='tertiaryButton'><a href='/specialoffers.html'><img alt='Special Offers' src='/static/Image/specialOffers.png' /></a></div><div id='tertiaryButton'><a href='/bestsellers.html'><img alt='Best Sellers' src='/static/Image/bestSellers.png' /></a><div id='tertiaryButton'><a href='http://www.networkcatalogue.co.uk/view/catalogues/classicmarketing2009/'><img alt='Virtual Catalogue' src='/static/Image/VirtualCatalogue.png' /></a></div>");

	addFooterContactDetails("Unit 5 Westway Centre, Ballymount Avenue, Walkinstown, Dublin 12<br />Tel: +35314500200, Fax: +35314500123<br />Email: <a href='mailto:info@classicmarketing.ie'>info@classicmarketing.ie</a>");

    $('div.thumb img').hoverpulse();

});

// Add footer contact division, populate with HTML.
//--------------------------------------------------
function addFooterContactDetails(contactHTML) {
	$('#footer #meta').prepend("<div id='contactDetails'></div>");
	$('#footer #contactDetails').prepend(contactHTML);

}