$contents = file_get_contents('banner.txt');
$arr = split('~',$contents);
$numads = count($arr) - 1;
$ad1 = rand(0,$numads);
$ad2 = $ad1;
while ($ad1 == $ad2) {
$ad2 = rand(0,$numads);
}
echo '
';
echo '';
echo '| ' . $arr[$ad1] . ' | ';
echo '' . $arr[$ad2] . ' | ';
echo '
';
echo '
';
?>
|
|
#109192 - 03/22/13 11:13 AM
Centramatic Wheel Balancers
 
|
Knife Enthusiast
Registered: 10/31/07
Posts: 7509
Loc: Garden Valley, Idaho
|
After reading much about these, I ordered a set for my Airstream trailer and my F-250. They don't make them for 1/2 ton pickups, but they do make them for Jeeps. Amazing results. Pap http://centramatic.com/Home.aspx
_________________________
Mike Allen RKCC-CM-086 True West Magazine Maniac Randall Collector Behring Made Collector Ruana Collector Glock Fan NRA- Life Member since 1975 mikenlu99@aol.com
|
|
Top
|
|
|
|
|
|
|