$(document).ready(function() 
{ 
	$(".clear").height(0);
	$("#phonecall img").click(function() { $("#phonecall").fadeOut("10"); });
	
});