

function randomPick()
{  
	var homepagePick = [ "one","two","three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen", "sixteen","seventeen", "eighteen", "nineteen", "twenty", "twentyone", "twentytwo"];
	
	var pick = homepagePick[Math.floor(Math.random() * homepagePick.length)];
	
	var lib_photo_container;
	
	if (pick == "one") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/bobbiehanvey\" target=\"_blank\"  title=\"Willie Mulhall - Bobbie Hanvey Photographic Archives\">&nbsp;</a>";
		}
	if (pick == "two") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/libraries/about/exhibits/burns/mccormack.html\" title=\"John McCormack Exhibit\" target=\"_blank\">&nbsp;</a>";
		}
	if (pick == "three") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/bobbiehanvey\" title=\"Traveller mother and child - Bobbie Hanvey Photographic Archives\" target=\"_blank\">&nbsp;</a>";
		}
	if (pick == "four") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/bapst\" title=\"Bapst Student Art Gallery\" target=\"_blank\">&nbsp;</a>";
		}
	if (pick == "five") {
		var lib_photo_container = "<a href=\"http://dcollections.bc.edu/R/?func=search&local_base=gen01-bcd01-gs\" title=\"Boston Gas Co. Digitized Photo Collection\" target=\"_blank\">&nbsp;</a>";
		}
	if (pick == "six") {
		var lib_photo_container = "<a href=\"http://dcollections.bc.edu/R/?func=collections-result&collection_id=1131\" title=\"Becker Civil War Drawings\" target=\"_blank\">&nbsp;</a>";
		}		
	if (pick == "seven") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/libraries/meta-elements/html/refworks/index.html\" target=\"_blank\"  title=\"Come to a RefWorks workshop, it may change your life!\">&nbsp;</a>";
		}
	if (pick == "eight") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/libraries/about/exhibits/burns/chaplains.html\" target=\"_blank\"  title=\"\'Come, follow Me\' Exhibit\">&nbsp;</a>";
		}	
	if (pick == "nine") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/libraries/meta-elements/html/refworks/index.html\" target=\"_blank\"  title=\"Come to a RefWorks workshop, it may change your life!\">&nbsp;</a>";
		}	
	if (pick == "ten") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/libraries/meta-elements/html/refworks/index.html\" target=\"_blank\"  title=\"Come to a RefWorks workshop, it may change your life!\">&nbsp;</a>";
		}	
	if (pick == "eleven") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/tiponeillphotos\" title=\"Tip O\'Neill Photographs Digitized Collection\" target=\"_blank\">&nbsp;</a>";
		}	
	if (pick == "twelve") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/bobbiehanvey\" title=\"Provisional IRA arson attack - Bobbie Hanvey Photographic Archives\" target=\"_blank\">&nbsp;</a>";
		}		
	if (pick == "thirteen") {
		var lib_photo_container = "";
		}		
	if (pick == "fourteen") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/libraries/meta-elements/html/refworks/index.html\" target=\"_blank\"  title=\"Come to a RefWorks workshop, it may change your life!\">&nbsp;</a>";
		}	
	if (pick == "fifteen") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/libraries/about/pics/monksandnuns.html\" title=\"Histoire des Ordres Monastiques\" target=\"_blank\">&nbsp;</a>";
		}	
	if (pick == "sixteen") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/bapst\" title=\"Bapst Student Art Gallery\" target=\"_blank\">&nbsp;</a>";
		}	
	if (pick == "seventeen") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/bobbiehanvey\" title=\"Seamus Heaney - Bobbie Hanvey Photographic Archives\" target=\"_blank\">&nbsp;</a>";
		}
	if (pick == "eighteen") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/libraries/about/pics/comics/index.html\" target=\"_blank\"  title=\"Edward J. Kane Comic Collection at the Burns Library\">&nbsp;</a>";
		}	
	if (pick == "nineteen") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/libraries/meta-elements/html/refworks/index.html\" target=\"_blank\"  title=\"Come to a RefWorks workshop, it may change your life!\">&nbsp;</a>";
		}			
	if (pick == "twenty") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/libraries/meta-elements/html/refworks/index.html\" target=\"_blank\"  title=\"Come to a RefWorks workshop, it may change your life!\">&nbsp;</a>";
		}		
	if (pick == "twentyone") {
		var lib_photo_container = "<a href=\"http://at.bc.edu/pageturner/\" title=\"Galileo\'s Study on Sunspots\" target=\"_blank\">&nbsp;</a>";
		}		
	if (pick == "twentytwo") {
		var lib_photo_container = "<a href=\"http://www.bc.edu/libraries/about/pics/comics/index.html\" title=\"Edward J. Kane Comic Collection at the Burns Library\">&nbsp;</a>";  
		}
		
	document.getElementById("featurewrapper").className = pick + "-pick";
	document.getElementById("lib_photo_container").innerHTML = lib_photo_container;
}
