$(document).ready(function() {

	/*if ($('#feeds').length) {
		$('#feeds').height($('#contentContainer').height());
	}*/
	if ($('input.initial').size()) {
		$('input.initial').focus(function () {
			if ($(this).is('.initial')) {
				$(this).val('');
				$(this).removeClass('initial');
			}
		});
	}	
});
