function cWebsiteDesignDevelopment()
{
	// Function that runs when the page loads
	//
	this.onLoad = function()
	{
	};

	return this;
}

