// the array global_article is used to allow multiple categories
var global_article = new Array()
var global_article_counter = 0
var article = null
var early_exit = 0
function news(url,headline_text,news, dateTemp)
{
this.url = url
this.headline_text = headline_text
this.news = news
this.dateTemp = dateTemp
}
article = new Array(
new news("http://www.paktribune.com/news/index.php?id=187685","32 killed , 50 injured in three explosion in Indian city of Haiderabad ...","", "2007-08-25"), new news("http://www.paktribune.com/news/index.php?id=187632","Saudi Arabia should not be dragged into sensitive issues, says Nawaz ...","", "2007-08-25"), new news("http://www.paktribune.com/news/index.php?id=187640","Halting blood supply fights cancer ...","", "2007-08-25"), new news("http://www.paktribune.com/news/index.php?id=187643","Kashmiris A Brave, Committed Nation: Yasin ...","", "2007-08-25"), new news("http://www.paktribune.com/news/index.php?id=187586","ADB Releases loan tranche of US$ 80 million ...","", "2007-08-24")
);
// load global_article array with articles from cluster
if (article != null)
{
for (var article_counter = 0; article_counter < article.length; article_counter++)
{
global_article[global_article_counter] = article[article_counter]
global_article[global_article_counter].url += "' TARGET='_blank"
global_article_counter++
}
}
else
{
if (early_exit == 0)
{
document.writeln("
Please reload this page to view the headlines
")
early_exit = 1
}
}
if (early_exit == 0)
{
//Variable
var width = "185"
var bgcolor = "#660033"
var fgcolor = "#FFCCCC"
var numberofarticles = article.length
var item_spacing = "5"
var cell_spacing = "0"
var cell_padding = "1"
var headingBgColor = "#FAEBD7"
var headingFont = "Verdana, Arial,Helvetica, sans-serif"
var headingFontSize = "2"
var headingFgColor = "#000000"
var newsFont = "Verdana, Arial,Helvetica, sans-serif"
var newsFontSize = "-2"
var newsFgColor = "#ffff00"
var newsBgColor = "#336699"
// Print out the table containing the headlines
document.writeln("