<?php
/**
 * At ICD::LABS we build stunning, efficient systems for small to medium enterprises.
 * 
 * If you are looking for a solid web application builder contact us 
 * and let us make effcient, affordable systems..
 * 
 * Contact us via:
 * @icdlabs on twitter
 * or info@icdlabs.com
 *
 * The ICD::LABS Team
 */

$newCustomer = new IcdLabs();

$newCustomer->contactUs(
        array(
            'EmailUs' => 'info@icdlabs.com',
            'Services' => array(
                'webDesign'         => true,
                'SEO'               => true,
                'bespokeSystems'    => true,
                'contentManagement' => true,
                'blogs'             => true,
		'hosting'	    => true            
	    )
        )
);
/* Drop us a line and let us make your systems sing */
?>