function DMitem(graphic_url,page_url,text,img_ht,img_wt)
{
this.graphic_url = graphic_url
this.page_url = page_url
this.text = text
this.img_ht = img_ht
this.img_wt = img_wt
}
DMList = new Array(
new DMitem("http://a1204.g.akamai.net/7/1204/1401/01071209/images.barnesandnoble.com/images/4300000/4304722.gif","http://service.bfast.com/bfast/click?bfmid=2181&sourceid=39052916&bfpid=083006849X&bfmtype=book","Star Wars: Darth Maul: Shadow Hunter","152","100"),
new DMitem("http://a1204.g.akamai.net/7/1204/1401/01021316/images.barnesandnoble.com/images/3660000/3664493.gif","http://service.bfast.com/bfast/click?bfmid=2181&sourceid=39052916&bfpid=1589455568&bfmtype=book","Star Wars Darth Maul: Saboteur","153","100"),
new DMitem("http://a1204.g.akamai.net/7/1204/1401/01092116/images.barnesandnoble.com/images/4460000/4468180.gif","http://service.bfast.com/bfast/click?bfmid=2181&sourceid=39052916&bfpid=1569715424&bfmtype=book","Star Wars: Darth Maul","133","100"),
new DMitem("http://a1204.g.akamai.net/7/1204/1401/01041109/images.barnesandnoble.com/images/3960000/3966944.gif","http://service.bfast.com/bfast/click?bfmid=2181&sourceid=39052916&bfpid=0345435397&bfmtype=book","Star Wars: Darth Maul: Shadow Hunter","143","100"),
new DMitem("http://a1204.g.akamai.net/7/1204/1401/00082517/images.barnesandnoble.com/images/950000/953620.gif","http://service.bfast.com/bfast/click?bfmid=2181&sourceid=39052916&bfpid=0439139414&bfmtype=book","Darth Maul","143","100"),
new DMitem("http://a1204.g.akamai.net/7/1204/1401/01011916/images.barnesandnoble.com/images/3590000/3590405.gif","http://service.bfast.com/bfast/click?bfmid=2181&sourceid=39052916&bfpid=0375804323&bfmtype=book","Darth Maul's Revenge","161","100"),
new DMitem("http://a1204.g.akamai.net/7/1204/1401/01022109/images.barnesandnoble.com/images/3680000/3681754.gif","http://service.bfast.com/bfast/click?bfmid=2181&sourceid=39052916&bfpid=037541679X&bfmtype=book","Star Wars: Darth Maul: Shadow Hunter CD","87","100"),
new DMitem("http://a1204.g.akamai.net/7/1204/1401/01042715/images.barnesandnoble.com/images/4070000/4078530.gif","http://service.bfast.com/bfast/click?bfmid=2181&sourceid=39052916&bfpid=0375416749&bfmtype=book","Star Wars: Darth Maul: Shadow Hunter","153","100"),
new DMitem("http://a1204.g.akamai.net/7/1204/1401/01012617/images.barnesandnoble.com/images/3620000/3621804.gif","http://service.bfast.com/bfast/click?bfmid=2181&sourceid=39052916&bfpid=0375904328&bfmtype=book","Darth Maul's Revenge","147","100")
);
DMptr = Math.floor((Math.random() * DMList.length))
document.writeln("<center><table border=2 width=164 cellpadding=0 cellspacing=0>")
document.writeln("<tr><td valign=center align=center>")
document.writeln("<table border=0 width=160 cellpadding=0 cellspacing=0>")
document.writeln("<tr><th><b>Random Darth Maul Books</th></tr>")
document.writeln("<tr><td align=center><a href='"+DMList[DMptr].page_url+"' target='_blank'>")
document.writeln("<img src='"+DMList[DMptr].graphic_url+"' width="+DMList[DMptr].img_wt+" height="+DMList[DMptr].img_ht+" border=0 alt='"+DMList[DMptr].text+"'>")
document.writeln("</a></td></tr>")
document.writeln("<tr><td align=center><b>"+DMList[DMptr].text+"</td></tr>")
document.writeln("<tr><td align=center><b><a href='"+"http://www.xenite.org/movies/star_wars/darth_maul_books.html"+"'>See all Darth Maul Books</a></td></tr>")
document.writeln("</table>")
document.writeln("</td></tr></table></center>")
