// JavaScript Document
$(document).ready(function(){
	$("div#WebSolutions").hide();	
	$("div#HostingSolutions").hide();		
	
});