<?php
$embedFlash[] = '<code></code>';
$embedFlash[] = '<code></code>';
$embedFlash[] = '<code></code>';
$rotate_count = (count($embedFlash)-1);
$rotate = mt_rand(0,$rotate_count);
echo $embedFlash[$rotate];
?>
blah blah some shit
<?php
$banners = array(
'<a href="gay.com">some link</a>',
'<a href="gay.com">some link</a>',
'<a href="gay.com">some link</a>'
);
shuffle($banners);
echo $banners[0];
?>
blah blah more shit