| 
<?php
/**************************************************************************************************************
 
 Common include file for all the examples.
 
 **************************************************************************************************************/
 
 require_once ( dirname ( __FILE__ ) . '/../CL.php' ) ;
 
 
 |