
function next_f190() {
  if (f190_lock == 1) {
    return 0;
  }

  var f190_box = document.getElementById("f190_entry");
  var rnd = Math.round(Math.random() * 15);
  f190_box.innerHTML = "<a target=\"cd\" href=\"" + f190_link[rnd] + "\"><img src=\"http://www.chiefdelphi.com/forums/images/buttons/lastpost.gif\" border=0 align=\"absmiddle\"></a> " + "<a target=\"cd\" style=\"color: white;\" href=\"" + f190_link[rnd] + "\" class=\"link_light\">" + f190_title[rnd] + "</a>";
}

var int_id = setInterval(next_f190, 3000);

var f190_title = new Array(15);
var f190_link  = new Array(15);

var f190_lock = 0;

f190_title[0] = "I\'ll be driving and going to C...";
f190_link[0]  = "http://users.wpi.edu/~first/index.cgi?node=forum&s=topic_show&pid=157";
f190_title[1] = "If needed I can drive\.";
f190_link[1]  = "http://users.wpi.edu/~first/index.cgi?node=forum&s=topic_show&pid=156";
f190_title[2] = "I will be going\, but I won\'t b...";
f190_link[2]  = "http://users.wpi.edu/~first/index.cgi?node=forum&s=topic_show&pid=155";
f190_title[3] = "Post here if you are willing to...";
f190_link[3]  = "http://users.wpi.edu/~first/index.cgi?node=forum&s=topic_show&pid=154";
f190_title[4] = "The following will be the fund...";
f190_link[4]  = "http://users.wpi.edu/~first/index.cgi?node=forum&s=topic_show&pid=153";
f190_title[5] = "The current plan is to schedu...";
f190_link[5]  = "http://users.wpi.edu/~first/index.cgi?node=forum&s=topic_show&pid=152";
f190_title[6] = "I am driving and can hold 6 o...";
f190_link[6]  = "http://users.wpi.edu/~first/index.cgi?node=forum&s=topic_show&pid=151";
f190_title[7] = "I will be driving\. Plan on CRU...";
f190_link[7]  = "http://users.wpi.edu/~first/index.cgi?node=forum&s=topic_show&pid=150";
f190_title[8] = "I\'m driving\. I can take 4\, but...";
f190_link[8]  = "http://users.wpi.edu/~first/index.cgi?node=forum&s=topic_show&pid=149";
f190_title[9] = "I can drive and take 4 \(3 com...";
f190_link[9]  = "http://users.wpi.edu/~first/index.cgi?node=forum&s=topic_show&pid=148";
f190_title[10] = "I could drive\. And wasn\'t pla...";
f190_link[10]  = "http://users.wpi.edu/~first/index.cgi?node=forum&s=topic_show&pid=147";
f190_title[11] = "Right\. I\'m not going to be dr...";
f190_link[11]  = "http://users.wpi.edu/~first/index.cgi?node=forum&s=topic_show&pid=146";
f190_title[12] = "Post here if you are willing to...";
f190_link[12]  = "http://users.wpi.edu/~first/index.cgi?node=forum&s=topic_show&pid=145";
f190_title[13] = "I found a quite readable pape...";
f190_link[13]  = "http://users.wpi.edu/~first/index.cgi?node=forum&s=topic_show&pid=142";
f190_title[14] = "Edited auto list 1\. do nothing...";
f190_link[14]  = "http://users.wpi.edu/~first/index.cgi?node=forum&s=topic_show&pid=141";


