  Magezi Relay WebApi --> 2011-05-30
  Copyright (c) 2011 Magezi Solutions Ltd
  All rights reserved.
  
  Magezi Relay WebAPI 
  -------------------
  
  Setup instructions
  ------------------
  
  Assumptions: 
   1. You have already downloaded the zipped file from http://bulksms.ug/sms/api/api.zip
   2. Your server is running Apache and it supports PHP.
   
  Step 1:
    - Unzip the file and upload the php (to_relay_sms.php) file to your server, 
	- make sure it is in the same folder as the file/page that will hold the SMS form.
  Step 2:
    - Copy these two lines below and place them where you want the sms form to appear.
	
    <div id="relay_api"></div>
    <script type="text/javascript" src="http://relay.magezi.space/sms/api/relay_web_api.js"></script>
	
	- The container identified as 'relay_api' will need a container that is nearly 200px wide.