\n"
."\t\n\n";
echo CHtml::form(array("/survey/index"), 'post')."\n";
echo templatereplace(file_get_contents($sTemplatePath."load.pstpl"),array(),$redata);
//PRESENT OPTIONS SCREEN (Replace with Template Later)
//END
echo "\n";
echo "\n";
if (isset($clienttoken) && $clienttoken != "")
{
echo "\n";
}
echo "";
echo templatereplace(file_get_contents($sTemplatePath."endpage.pstpl"),array(),$redata);
doFooter();
exit;
}
}