<!-- Begin
var links = 6; // set this to the number of links you have below!
var date = new Date();
var rd = date.getSeconds();
var ra = rd % links;
var re = ++ra;
var url = "document.write(re)";
var text = "";
if (re == 1) {
url = "http://www.ashanet.org/";
text = "Help educating underprivileged children in India";
} 
if (re == 2) {
url = "http://www.buildhope.org";
text = "Help the kids at Sivananda Saraswathi Sevashram (chennai)";
} 
if (re == 3) {
url = "url=http://redcross.org";
text = "Hurricane victims need your support (USA)";
} 
if (re == 4) {
url = "http://www.worldvision.org/donate.nsf/child/pakistan_quake_10082005";
text = "Earthquake Relief - Donate online through World Vision";
} 
if (re == 5) {
url = "/cc";
text = "Recommend a charitable organization in India to be listed here";
} 
if (re == 6) {
url = "http://www.worldvision.org/donate.nsf/child/pakistan_quake_10082005";
text = "Earthquake Relief - Donate online through World Vision";
} 

var link="<A TARGET=\"_top\" HREF=\""+url+"\" onMouseOver=\"window.status='"+text+"'\">"+text+"</A>";
document.write(link); 
// End -->