/*
 * tiptap.contact - Alex Southan
 * http://tiptapdesign.co.uk/
 */
var tiptap = tiptap || {};
tiptap.contact = function() {
	var contact = ['.co.uk', 'design', 'tiptap', '@', 'hi'],
		reverse = contact
			.reverse()
			.join('')
			.split('')
			.reverse()
			.join('');

	$('.contact').after(' or email <strong class="esrever">' + reverse + '</strong>');
}
