/*
////////////////////////////////////////
//                                    //
//   Copyright 2011 House-of-Media    //
//                                    //
//   @File:    global.js              //
//   @Author:  M. Meinen              //
//                                    //
////////////////////////////////////////
*/

$(document).ready(function() {	


	$("#searchCntr #s").click(function() {
	
			$("#searchCntr #s").val('');
			$("#searchCntr #s").animate({width:'160px'}, 300);
			$("#searchCntr #s").css({border:'1px solid #fff'}, 300);		
	});

});
