
if(window.location.href.split('Index.aspx').length > 1 || window.location.href.split('index.aspx').length > 1)
{
	document.getElementById('divFacebook').style.display = 'block';
	document.getElementById('divSearch').style.paddingTop = '0';
}

