function urlGenerator(linkNum) {

	var url=new Array();

	url[0]="http://www.nytimes.com/interactive/2008/03/28/arts/20080330_FOLD_IN_FEATURE.html";

	url[1]="http://www.fearnet.com/";

	url[2]="http://www.fearnet.com/";

	url[3]="http://www.hulu.com/";

	url[4]="http://www.uncoached.com/2008/11/06/my-picks-for-the-top-16-sports-movie-villains-of-all-time/";

	url[5]="http://www.uncoached.com/2008/09/15/when-pro-wrestling-was-real-memorable-tag-teams/";

	url[6]="http://www.cracked.com/article_15981_5-important-lessons-learned-from-street-fighter-2.html";

	url[7]="http://www.gamesradar.com/f/the-worst-celebrity-renders-of-all-time/a-2008051512756473018/p-3";

	url[8]="http://booshmagazine.com/articles/cat/11/item/289";

	url[9]="http://wellmedicated.com/inspiration/100-illustrated-horror-film-posters-part-1/";

	url[10]="http://www.allhorrorfilms.com/";

	url[11]="http://theshadowlands.net/places/newyork.htm";

	url[12]="http://www.peterfkitz.com/";

	url[13]="http://www.peterfkitz.com/";

	url[14]="http://www.peterfkitz.com/";

	url[15]="http://www.peterfkitz.com/";

	url[16]="http://www.peterfkitz.com/";

	url[17]="http://www.peterfkitz.com/";

	url[18]="http://www.peterfkitz.com/";

	url[19]="http://www.peterfkitz.com/";

	url[20]="http://www.peterfkitz.com/";


	return url[linkNum];
	
}


function urlNameGenerator(linkName) {

	var url=new Array();

	url[0]="MAD Fold-Ins";

	url[1]="FEARnet";

	url[2]="Hulu - TV shows and Movies";

	url[3]="16 Sports Movie Villians";

	url[4]="Classic wrestling tag teams";

	url[5]="5 Lessons Learn from Street Fighter 2";

	url[6]="The Worst Celebrity Renders in Video Games";

	url[7]="Where are they Now? The Sandlot";

	url[8]="100 Scariest Movie Posters";

	url[9]="All Horror Films - Reviews";

	url[10]="Haunted sites of NY";

	url[11]="Test Url";

	url[12]="Test Url";

	url[13]="Test Url";

	url[14]="Test Url";

	url[15]="Test Url";

	url[16]="Test Url";

	url[17]="Test Url";

	url[18]="Test Url";

	url[19]="Test Url";

	url[20]="Test Url";

	return url[linkName];
	
}

function typeGenerator(urlType){

	var type=new Array();

	type[0]="<b><font color=green>picture(s)</font></b>";

	type[1]="<i><b><font color=red>media</font></b></i>";

	type[2]="<i><b><font color=red>media</font></b></i>";

	type[3]="<b>text</b>";

	type[4]="<b>text</b>";

	type[5]="<b>text</b>";

	type[6]="<b>text</b>";

	type[7]="<b>text</b>";

	type[8]="<i><b><font color=green>picture(s)</font></b></i>";

	type[9]="<b>text</b>";

	type[10]="<b>text</b>";

	type[11]="<i><b><font color=green>picture(s)</font></b></i>";

	type[12]="<b><font color=red>media</font></b>";

	type[13]="<b>text</b>";

	type[14]="<i><b><font color=green>picture(s)</font></b></i>";

	type[15]="<b><font color=red>media</font></b>";

	type[16]="<b>text</b>";

	type[17]="<i><b><font color=green>picture(s)</font></b></i>";

	type[18]="<b><font color=red>media</font></b>";

	type[19]="<b>text</b>";

	type[20]="<i><b><font color=green>picture(s)</font></b></i>";

	return type[urlType];

}

function sourceGenerator(linkNum) {

	var url=new Array();

	url[0]="peterfkitz.com";

	url[1]="peterfkitz.com";

	url[2]="peterfkitz.com";

	url[3]="peterfkitz.com";

	url[4]="peterfkitz.com";

	url[5]="peterfkitz.com";

	url[6]="peterfkitz.com";

	url[7]="peterfkitz.com";

	url[8]="peterfkitz.com";

	url[9]="peterfkitz.com";

	url[10]="peterfkitz.com";

	url[11]="peterfkitz.com";

	url[12]="peterfkitz.com";

	url[13]="peterfkitz.com";

	url[14]="peterfkitz.com";

	url[15]="peterfkitz.com";

	url[16]="peterfkitz.com";

	url[17]="peterfkitz.com";

	url[18]="peterfkitz.com";

	url[19]="peterfkitz.com";

	url[20]="peterfkitz.com";


	return url[linkNum];
	
}

function linkGenerator(){

	var url=new Array();

	url[0]="http://www.peterfkitz.com/hobbies/dept56.html";

	url[1]="http://www.peterfkitz.com/hobbies/dept56/2008.html";

	url[2]="http://www.peterfkitz.com/hobbies/dept56/2009.html";

	url[3]="http://www.peterfkitz.com/hobbies/dept56/2010.html";

	url[4]="http://www.peterfkitz.com/hobbies/dept56/20011.html";

	url[5]="http://www.peterfkitz.com/hobbies/dept56/2012.html";

	url[6]="http://www.peterfkitz.com/hobbies/dept56/2013.html";

	url[7]="http://www.peterfkitz.com/hobbies/dept56/2014.html";

	url[8]="http://www.peterfkitz.com/hobbies/dept56/2015.html";

	url[9]="http://www.peterfkitz.com/hobbies/dept56/2016.html";

	return url[1];


}