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