// JavaScript Document
$(document).ready(
				function(){
					$('#phone-no').innerfade({
						animationtype: 'fade',
						speed: 750,
						timeout: 4000,
						type: 'random',
						containerheight: '1em'
					});
			});
