<?php
/**
 * converted to mysqli Mar 27,2020
 */

$user = get_current_user();

include "/home/$user/.php/bootstrap.php";

//include("/home/$user/.php/beta.inc");
$result = mysqli_query($primary_db,"SELECT * FROM links");
while ($row = mysqli_fetch_array($result,MYSQLI_ASSOC)) {
	$xyz = $row[code];
      $theLink[$xyz] = $row[link];
	  
} 


$popup = 'saa';

include 'complianceTraining/menu.php';

$pagetitle = "SAFETY AUDIT ASSISTANCE";
$title = "SAFETY AUDIT ASSISTANCE";

$info .= "Need professional assistance with your audit? Then our \"audit assistance\" is for you.
		<br><br>"; 


$mainoutput .= "$thisMenu
		<br>
		Need professional assistance with your audit? Then our \"audit assistance\" is for you. Your records will be reviewed before your audit to access compliance and correct any violations which may be remedied in the time allowed before your audit. Upon your request, our compliance specialist will also assist you while your audit is being conducted. Corrective action (if needed) will then be implemented based on the results of your safety audit in a timely manner reducing the risk of suspension. For more information on our audit assistance programs contact us on our DOT HOTLINE @ 1-888-GET-DOT-INFO (1-888-438-3684)  
		<br>
		<br>    
		$quoteButton";

include 'php.includes/page2014.inc';
echo $page;
?>