Physiotherapy

'; $font .= '">'; $linkclr = "style='color:#" . $_GET['lc'] . "'"; $bgcolor = ' bgcolor=\'#' . $_GET['bc'] . '\''; $cbdata = trim (@file_get_contents ($adunitfile)) . "\n"; $ads = explode ("\n", $cbdata); $totalads = (count($ads) >> 2) * 4; if (! $totalads) die ("$adunitfile data file is missing or blank"); $p = (($_GET['o'] + $_COOKIE[$adunitcookie]) * 4) % $totalads; $result = ""; $adstoshow = $tcols * $trows; $colctr = 0; for ($adctr = 0; $adctr < $adstoshow; $adctr ++) { if ($p >= $totalads) $p = 0; if ($colctr == 0) $result .= "\n"; $result .= "\n"; $colctr ++; if ($colctr >= $tcols) { $result .= "\n"; $colctr = 0; } $p += 4; } $result .= "
$font" . trim($ads[$p]) . "
$tfont" . trim($ads[$p + 1]) . "

\n"; echo $result; ?>