//	Copyright Throstur Thorsteinsson
//	0 = News, 1 = Int. news, 2 = Sports, 3 = Entertainment, 4 = Science, 5 = politics

function newspicgluggi(npnr) {
newspiclinkar = ['http://dynamic.isyndicate.com/newsphoto/reuters.newsphoto.news/throstho/','http://dynamic.isyndicate.com/newsphoto/reuters.newsphoto.international/throstho/','http://dynamic.isyndicate.com/newsphoto/reuters.newsphoto.sports/throstho/','http://dynamic.isyndicate.com/newsphoto/reuters.newsphoto.entertainment/throstho/','http://dynamic.isyndicate.com/newsphoto/reuters.newsphoto.science/throstho/','http://dynamic.isyndicate.com/newsphoto/reuters.newsphoto.politics/throstho/'];

var nwind1 = window.open("","NEW",'toolbar=no,menubar=no,scrollbars=yes,resizable=yes,status=no,location=no,width=250,height=450,directories=no,copyhistory=no');
nwind1.document.open();
nwind1.document.write("<HTML>\n<HEAD>\n<TITLE>TURDUS.NET</TITLE>\n</HEAD>\n");
nwind1.document.write("<BODY bgcolor=\"White\" TEXT = \"Black\" LINK = \"Blue\">\n");
nwind1.document.write("\n<script LANGUAGE=\"JavaScript\" src=\""+newspiclinkar[npnr]+"photo.js\">\n</script>");
nwind1.document.write("\n<a href=\"javascript:close()\">Close</a>")
nwind1.document.write("\n\n<!-- \nSincerely, \nThrostur.\nPS:  Throstur@turdus.net \n-->\n");
nwind1.document.write("</BODY>\n</HTML>");
nwind1.document.close();
}