//Simply edit this file and change the 'Menu Item X' text to say what you want
//The href='' can be used to add hyperlinks to anything you want...
//Remove the "//" from the start of each line when going live
var m_count = 0;
m_items = new Array(
"NEW SEASON",
"2012 RACE DATES AVAILABLE",
"Looking towards a successful new season",
"NEW SPONSORS ON BOARD"
)
while (m_count < 4){ // equals the # of m_items
document.write(m_items[m_count]+"
");
m_count++;
}
// RSS FEED: http://rapidmotorsport.blogspot.com/feeds/posts/default