<script type="text/javascript" language="javascript">
<!--
function writeImg() {
var str1 = '<a href="/macosx/"><img src="http://images.apple.com/home/2005/images/tigercounter';
var str2 = '200504';
var str3 = 11;
var str4 = '.gif" width="680" height="25" border="0" alt="Mac OS X Tiger available Friday, April 29." class="across"><\/a>';
var now = new Date();
var then = new Date(2005,03,29,18);
var nowUTC = now.getTime()+(now.getTimezoneOffset()*60*1000);
var thenUTC = then.getTime()+(then.getTimezoneOffset()*60*1000);
if ((thenUTC-nowUTC) > 0) {
var date = now.getDate();
str3 = date;
}
var tag = str1 + str2 + str3 + str4;
document.write(tag);
}
var myArrayA = new Array();
var A = 0;
// begin edit here -- escape single quotes and closing brackets with backslash -- \' and \> -- thank you
myArrayA[A++] = '<a href="/macosx/"><img src="http://images.apple.com/home/2005/images/tigerpreviewtitle2005419.gif" width="680" height="45" border="0" alt="Tiger unleashed."><\/a><br><a href="/macosx/"><img src="http://images.apple.com/home/2005/images/tigerpreviewleft2005419.jpg" width="195" height="355" border="0" alt="Spotlight - Instantly find anything anywhere on your Mac. Dashboard - Get information instantly with amazing widgets. Safari RSS - Know when there’s new stuff on the Web."><img src="http://images.apple.com/home/2005/images/tigerpreviewmiddle2005419.jpg" width="290" height="355" border="0" alt="Mac OS X Tiger"><img src="http://images.apple.com/home/2005/images/tigerpreviewright2005419.jpg" width="195" height="355" border="0" alt="iChat AV - Be there in true-to-lifemulti-way video. Automator - Your personal automation expert does it for you. QuickTime 7 - Pristine video from mobile phone to widescreen HD."><\/a><br>'
myArrayA[A++] = '<a href="/macosx/"><img src="http://images.apple.com/home/2005/images/tigerteaserspotlight2005041.jpg" width="165" height="400" border="0" alt="Spotlight. Instantly find anything on your Mac — documents, emails, contacts, images, even things inside PDF files."><img src="http://images.apple.com/home/2005/images/tigerteaserunleashed2005041.jpg" width="350" height="400" border="0" alt="Tiger unleashed."><img src="http://images.apple.com/home/2005/images/tigerteaserdashboard2005041.jpg" width="165" height="400" border="0" alt="Dashboard. A world of widgets that bring information to you instantly — weather forecasts, stock quotes, yellow pages or airline flights."><\/a><br>'
// end editing here
// The Central Randomizer 1.3 (C) 1997 by Paul Houle (paul@honeylocust.com)
// See: http://www.honeylocust.com/javascript/randomizer.html
rnd.today=new Date();
rnd.seed=rnd.today.getTime();
function rnd() {
rnd.seed = (rnd.seed*9301+49297) % 233280;
return rnd.seed/(233280.0);
};
function rand(number) {
return Math.ceil(rnd()*number);
};
function loadRandomA() {
var Aurl = myArrayA[rand(A)-1];
document.write(Aurl);
}
//-->
</script>