[insert_php]
global $rank_cid;
global $rank_div_id;
global $rank_cl_id;
global $rank_type_title;
global $table_heading;
global $icon_name;
$rank_cid=’2′;
$rank_div_id=’3′;
$rank_cl_id=’1′;
$rank_type_title=’Junior High Division – Rail Horsemanship’;
$table_heading=’Jr. Emerald School’;
$icon_name=’emerald.png’;
$FileLocation = “/custom_php/test_ranking.php”;
include($_SERVER[‘DOCUMENT_ROOT’].$FileLocation);
[/insert_php]