<title>: the most important element of a quality Web page',
'Don\'t use "click here" as link text',
'Use standard redirects: don\'t break the back button!',
'Use h1 for top-level heading',
'Use the alt attribute to describe the function of each visual',
'Don\'t forget to add a doctype',
'Use <link>s in your document',
'If You Pick One Color, Pick Them All',
'Care With Font Size',
'Use international date format',
'GIF or PNG?',
'Use headings to structure your document',
'Choose URIs wisely',
'Managing URIs',
'Beyond Validation',
'Use class with semantics in mind',
'Unordered lists: more than just bullets'
);
// make a choice among available banners
srand((double)microtime()*1000000);
$rot_choice_number = rand(1,count($rotating_tips));
echo $rotating_tips[$rot_choice_number];
?>