// 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=231416","Government bans five Baloch groups ...","", "2010-09-09"), new news("http://www.paktribune.com/news/index.php?id=231424","NAB prosecutor general says he did not receive PM’s orders ...","", "2010-09-09"), new news("http://www.paktribune.com/news/index.php?id=231425","‘Nation will not accept govt if SC decisions not implemented’ ...","", "2010-09-09"), new news("http://www.paktribune.com/news/index.php?id=231330","Early day care may promote eczema development ...","", "2010-09-06"), new news("http://www.paktribune.com/news/index.php?id=231398","IHK locks down after troops kill 4 ...","", "2010-09-08"), new news("http://www.paktribune.com/news/index.php?id=231429","Aisam bids for titles in tribute to flood victims ...","", "2010-09-09"), new news("http://www.paktribune.com/news/index.php?id=231380","Finance minister warns imminent economic breackdown ...","", "2010-09-08") ); // 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 = "180" var bgcolor = "000080" var fgcolor = "#ffff00" var numberofarticles = article.length var item_spacing = "5" var cell_spacing = "0" var cell_padding = "1" var headingBgColor = "#ffffff" var headingFont = "Verdana, Arial,Helvetica, sans-serif" var headingFontSize = "1" 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("
") // document.writeln("") document.writeln("
") document.writeln("") // Start loop for articles for (var counter=0; counter < numberofarticles; counter++) { // Print out the headline document.writeln("") } else { document.writeln("") } document.writeln("") } // End of article loop document.writeln("") document.writeln("
Pakistan News
September 09, 2010
") document.writeln(" ") document.writeln("") document.writeln(""+global_article[counter].headline_text+"") // document.writeln("("+ global_article[counter].dateTemp + ") ") document.writeln("
"); // Print out the news if (global_article[counter].news.length > 0) { document.writeln("
") document.writeln(""+global_article[counter].news+"  ") document.writeln("
") document.writeln("
powered by PakTribune.com
"); }