// JavaScript Document
var array_items_dvd = new Array(
							new Array("American Pie Presents: Book of Love",//title
									  "http://www.nbcuniversalstore.com/detail.php?p=110592",//dvdlink
									  "http://www.amazon.com/Darkness-Screwhead-Blu-ray-Bruce-Campbell/dp/B0025VLEMK/ref=sr_1_1?ie=UTF8&s=dvd&qid=1254421180&sr=1-1",//blulink
									  "http://www.armyofdarknessmovie.com/",//sitelink
									  true//has a blu?
									  ),
							new Array("American Pie: Beta House",
									  "http://www.nbcuniversalstore.com/detail.php?p=41185",
									  "http://www.amazon.com/American-Werewolf-London-Full-Blu-ray/dp/B002HWUU9U/ref=sr_1_1?ie=UTF8&s=dvd&qid=1251844463&sr=8-1",
									  "http://www.americanwerewolf.com/",
									  false
									  ),
							new Array("American Pie: Naked Mile",
									  "http://www.nbcuniversalstore.com/detail.php?p=12879",
									  "http://www.amazon.com/Shaun-Dead-Blu-ray-Bill-Nighy/dp/B0025VLEM0/ref=sr_1_1?ie=UTF8&s=dvd&qid=1253234810&sr=1-1",
									  "http://shaunofthedeadmovie.com/",
									  false
									  ),
							new Array("American Pie: Band Camp",
									  "http://www.nbcuniversalstore.com/detail.php?p=7003",
									  "http://www.nbcuniversalstore.com/detail.php?p=106025",
									  "http://www.vanhelsing.net/",
									  false
									  ),
							new Array("American Pie: American Wedding",
									  "http://www.nbcuniversalstore.com/detail.php?p=5934",
									  "http://www.nbcuniversalstore.com/detail.php?p=106042",
									  "site",
									  false
									  )						
							);
