<!-- this script creates a data structure and methods to hold all the data related to the course articles -->

function shortArt(num)
{
	art = arts[num]
	sa =  "<a target=\"blank\" href=\"" + art.url + "\">"; 	// add link
	sa += art.sAuth + " (" + art.year + ") </a>";			// add author and year
	if (art.title.length < 40) {sa += art.title;}		// add title if under 40 chars
	else {sa += art.title.substr(0,37) + "...";}		// add title if over 40 chars
	return sa;
}

function autYear(num)
{
	art = arts[num]
	sa =  "<a class=\"left_nav\" target=\"blank\" href=\"" + art.url + "\">"; 	// add link
	sa += art.sAuth + " (" + art.year + ") </a>";			// add author and year
	return sa;
}

function citeArt(num)
{
	month = [ "", "January" , "February" , "March" , "April" , "May" , "June" , "July" , "August" , "September" , "October" , "November" , "December" ];

	art = arts[num]
	ca =  art.cAuth + "&nbsp;&nbsp;";					//list authors
	ca += "&quot;" + art.title + "&quot;&nbsp;&nbsp;"; 	//title
	ca += "<cite>" + art.source + "</cite>, ";			//source
	ca += art.vol + "(" + art.issue + "), ";			//volume and number
	ca += month[art.month] + " " + art.year + ", ";		//date
	ca += "p" + art.pages + ". ";						//pages
	ca += "<br />(<a target=\"_blank\" href=\"" + art.url + "\">"	+ art.filetype + " " +
		  art.filesize + "KB</a>)";        //link to article in format (PDF xxx KB)
	return ca;
}


arts = new Array(52);

arts[0] = {	title:"Social Analyses of Computing",
			source:"Computing Surveys",
			vol:12,
			issue:1,
			year:1980,
			month:3,
			pages:"61-69, 100-110",
			sAuth:"Kling",
			lAuth:"Rob Kling",
			cAuth:"Kling, R.",
			filetype:"PDF",
			filesize:3890,
			url:"http://www.acm.org/pubs/articles/journals/surveys/1980-12-1/p61-kling/p61-kling.pdf"
		  }

arts[1] = {	title:"A Nation of Strangers?",
			source:"CACM",
			vol:40,
			issue:12,
			year:1997,
			month:12,
			pages:"81-86",
			sAuth:"Katz",
			lAuth:"James E. Katz, and Philip Aspden",
			cAuth:"Katz, J. E., and Aspden, P.",
			filetype:"PDF",
			filesize:624,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1997-40-12/p81-katz/p81-katz.pdf"
		  }
		  
arts[2] = {	title:"The HomeNet Field Trial of Residential Internet Services",
			source:"CACM",
			vol:39,
			issue:12,
			year:1996,
			month:12,
			pages:"55-63",
			sAuth:"Kraut",
			lAuth:"Robert Kraut, William Scherlis, Tridas Mukhopadhyay, Jane Manning, and Sara Kiesler",
			cAuth:"Kraut, R., Scherlis, W., Mukhopadhyay, T., Manning, J., and Kiesler, S.",
			filetype:"PDF",
			filesize:544,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1996-39-12/p55-kraut/p55-kraut.pdf"
		  }
		  
arts[3] = {	title:"Social Impact of the Internet: What does it mean?",
			source:"CACM",
			vol:41,
			issue:12,
			year:1998,
			month:12,
			pages:"21-22",
			sAuth:"Kraut",
			lAuth:"Robert Kraut, Sara Kiesler, Tridas Mukhopadhyay, William Scherlis, and Michael Patterson",
			cAuth:"Kraut, R., Kiesler, S., Mukhopadhyay, T., Scherlis, W., Patterson, M.",
			filetype:"PDF",
			filesize:243,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1998-41-12/p21-kraut/p21-kraut.pdf"
		  }
		  
arts[4] = {	title:"Computerized Performance Monitoring Systems",
			source:"CACM",
			vol:29,
			issue:8,
			year:1986,
			month:8,
			pages:"794-801",
			sAuth:"Irving",
			lAuth:"R. H. Irving, C. A. Higgins, and F. R. Safayeni",
			cAuth:"Irving, R. H., Higgins, C. A., and Safayeni, F. R.",
			filetype:"PDF",
			filesize:815,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1986-29-8/p794-irving/p794-irving.pdf"
		  }
		  
arts[5] = {	title:"Rapid Design and Manufacture of Wearable Computers",
			source:"CACM",
			vol:39,
			issue:2,
			year:1996,
			month:2,
			pages:"63-70",
			sAuth:"Finger",
			lAuth:"S. Finger, M. Terk, E. Subrahmanian, C. Kasabach, F. Prinz, D. P. Siewiorek, A. Smailagic, J. Stivoric, and L. Weiss",
			cAuth:"Finger, S., Terk, M., Subrahmanian, E., Kasabach, C., Prinz, F., Siewiorek, D. P., Smailagic, A., Stivoric, J., and Weiss, L.",
			filetype:"PDF",
			filesize:"749",
			url:"http://www.acm.org/pubs/articles/journals/cacm/1996-39-2/p63-finger/p63-finger.pdf"
		  }
		  		  
arts[6] = {	title:"A Case Study of a Netizen's Guide to Elections",
			source:"CACM",
			vol:42,
			issue:12,
			year:1999,
			month:12,
			pages:"48-54",
			sAuth:"Dutton",
			lAuth:"William H. Dutton, Anita Elberse, and Matthew Hale",
			cAuth:"Dutton, W. H., Elberse, A., and Hale, M.",
			filetype:"PDF",
			filesize:146,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1999-42-12/p48-dutton/p48-dutton.pdf"
		  }
		  
arts[7] = {	title:"Computers as Substitute Soldiers?",
			source:"CACM",
			vol:38,
			issue:2,
			year:1995,
			month:2,
			pages:"154",
			sAuth:"Demchak",
			lAuth:"C. C. Demchak and S. E. Goodman",
			cAuth:"Demchak, C. C., and Goodman, S. E.",
			filetype:"PDF",
			filesize:674,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1995-38-2/p154-demchak/p154-demchak.pdf"
		  }
		  
arts[8] = {	title:"Computer System Reliability and Nuclear War",
			source:"CACM",
			vol:30,
			issue:2,
			year:1987,
			month:2,
			pages:"112-131",
			sAuth:"Borning",
			lAuth:"Alan Borning",
			cAuth:"Borning, A.",
			filetype:"PDF",
			filesize:2445,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1987-30-2/p112-borning/p112-borning.pdf"
		  }
		  
arts[9] = {	title:"Women in Computing: Where are we now?",
			source:"CACM",
			vol:38,
			issue:1,
			year:1995,
			month:1,
			pages:"29-35",
			sAuth:"Klawe",
			lAuth:"Maria Klawe and Nancy Leveson",
			cAuth:"Klawe, M., and Leveson, N.",
			filetype:"PDF",
			filesize:2824,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1995-38-1/p29-klawe/p29-klawe.pdf"
		  }
		  
arts[10] = {title:"Human Nature and the Glass Ceiling in Industry",
			source:"CACM",
			vol:38,
			issue:1,
			year:1995,
			month:1,
			pages:"55-73",
			sAuth:"Hemenway",
			lAuth:"Kathleen Hemenway",
			cAuth:"Hemenway, K.",
			filetype:"PDF",
			filesize:3861,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1995-38-1/p55-hemenway/p55-hemenway.pdf"
		  }
		  
arts[11] = {title:"Medical Applications of Virtual Reality",
			source:"CACM",
			vol:40,
			issue:9,
			year:1997,
			month:9,
			pages:"63-64",
			sAuth:"Zajtchuk",
			lAuth:"Russ Zajtchuk and Richard M. Satava",
			cAuth:"Zajtchuk, R., and Satava, R. M.",
			filetype:"PDF",
			filesize:590,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1997-40-9/p63-zajtchuk/p63-zajtchuk.pdf"
		  }
		  
arts[12] = {title:"Health Care Information Systems",
			source:"CACM",
			vol:40,
			issue:8,
			year:1997,
			month:8,
			pages:"80-82",
			sAuth:"Raghupathi",
			lAuth:"W. Raghupathi",
			cAuth:"Raghupathi, W.",
			filetype:"PDF",
			filesize:1202,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1997-40-8/p80-raghupathi/p80-raghupathi.pdf"
		  }
		  
arts[13] = {title:"Clearing the Way for Physicians' Use of Clinical Information Systems",
			source:"CACM",
			vol:40,
			issue:8,
			year:1997,
			month:8,
			pages:"83-90",
			sAuth:"Anderson",
			lAuth:"James G. Anderson",
			cAuth:"Anderson, J. G.",
			filetype:"PDF",
			filesize:425,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1997-40-8/p83-anderson/p83-anderson.pdf"
		  }
		  
arts[14] = {title:"What Happens If Medical Information Systems Fail?",
			source:"CACM",
			vol:"",
			issue:"",
			year:1966,
			month:12,
			pages:"25-26",
			sAuth:"Blyth",
			lAuth:"Andrew Blyth",
			cAuth:"Blyth, A.",
			filetype:"PDF",
			filesize:"297",
			url:"http://cpe.njit.edu/dlnotes/CIS/CIS350/WhathappensWhenAMedicalOfficeInformationSystemfails.pdf"
		  }
		  
arts[15] = {title:"Windows of Opportunity in the Electronic Classroom",
			source:"CACM",
			vol:38,
			issue:11,
			year:1995,
			month:11,
			pages:"19-24",
			sAuth:"Shneiderman",
			lAuth:"Ben Shneiderman, Maryam Alavi, Kent Norman, and Ellen Yu Borkowski",
			cAuth:"Shneiderman, B., Alavi, M., Norman, K., and Borkowski, E. Y.",
			filetype:"PDF",
			filesize:314,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1995-38-11/p19-shneiderman/p19-shneiderman.pdf"
		  }
		  
arts[16] = {title:"In School or Out: Technology, Equity, and the Future of Our Kids",
			source:"CACM",
			vol:38,
			issue:6,
			year:1995,
			month:6,
			pages:"25-29",
			sAuth:"Rockman",
			lAuth:"Saul Rockman",
			cAuth:"Rockman, S.",
			filetype:"PDF",
			filesize:229,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1995-38-6/p25-rockman/p25-rockman.pdf"
		  }
		  
arts[17] = {title:"The Roles of Digital Libraries in Teaching and Learning",
			source:"CACM",
			vol:38,
			issue:4,
			year:1995,
			month:4,
			pages:"67-75",
			sAuth:"Marchionini",
			lAuth:"Gary Marchionini and Hermann Maurer",
			cAuth:"Marchionini, G., and Maurer, H.",
			filetype:"PDF",
			filesize:242,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1995-38-4/p67-marchionini/p67-marchionini.pdf"
		  }
		  
arts[18] = {title:"The Erosion of Privacy",
			source:"ACM Computers and Society",
			vol:"",
			issue:"",
			year:1997,
			month:12,
			pages:"22-25",
			sAuth:"Wright",
			lAuth:"Marie A. Wright and John S. Kakalik",
			cAuth:"Wright, M. A., and Kakalik, J. S.",
			filetype:"PDF",
			filesize:"818",
			url:"http://cpe.njit.edu/dlnotes/CIS/CIS350/TheErosionOfPrivacy.pdf"
		  }
		  
arts[19] = {title:"Taking the Byte Out of Cookies: Privacy, Consent, and the Web",
			source:"ACM Computers and Society",
			vol:"",
			issue:"",
			year:1998,
			month:6,
			pages:"39-51",
			sAuth:"Lin",
			lAuth:"Daniel Lin and Michael C. Loui",
			cAuth:"Lin, D., and Loui, M. C.",
			filetype:"PDF",
			filesize:1943,
			url:"http://www.acm.org/pubs/articles/proceedings/cas/276755/p39-lin/p39-lin.pdf"
		  }
		  
arts[20] = {title:"Markets and Privacy",
			source:"CACM",
			vol:39,
			issue:9,
			year:1996,
			month:9,
			pages:"92-104",
			sAuth:"Laudon",
			lAuth:"Kenneth C. Laudon",
			cAuth:"Laudon, K. C.",
			filetype:"PDF",
			filesize:227,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1996-39-9/p92-laudon/p92-laudon.pdf"
		  }
		  
arts[21] = {title:"Risks of Social Security Numbers",
			source:"CACM",
			vol:38,
			issue:10,
			year:1995,
			month:10,
			pages:"146",
			sAuth:"Garfinkel",
			lAuth:"Simson L. Garfinkel",
			cAuth:"Garfinkel, S. L.",
			filetype:"PDF",
			filesize:180,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1995-38-10/p146-garfinkel/p146-garfinkel.pdf"
		  }
		  
arts[22] = {title:"High-Confidence Design for Security",
			source:"CACM",
			vol:42,
			issue:7,
			year:1999,
			month:7,
			pages:"33-37",
			sAuth:"Chin",
			lAuth:"Shiu-Kai Chin",
			cAuth:"Chin, S.",
			filetype:"PDF",
			filesize:177,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1999-42-7/p33-chin/p33-chin.pdf"
		  }
		  
arts[23] = {title:"Evaluating Ethical Decision Making and Computer Use",
			source:"CACM",
			vol:39,
			issue:7,
			year:1996,
			month:7,
			pages:"74-83",
			sAuth:"Loch",
			lAuth:"Karen D. Loch and Sue Conger",
			cAuth:"Lock, K. D., and Conger, S.",
			filetype:"PDF",
			filesize:274,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1996-39-7/p74-loch/p74-loch.pdf"
		  }
		  
arts[24] = {title:"Ethics Online",
			source:"CACM",
			vol:40,
			issue:1,
			year:1997,
			month:1,
			pages:"60-65",
			sAuth:"Johnson",
			lAuth:"Deborah G. Johnson",
			cAuth:"Johnson, D. G.",
			filetype:"PDF",
			filesize:204,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1997-40-1/p60-johnson/p60-johnson.pdf"
		  }
		  
arts[25] = {title:"Software Engineering Code of Ethics is Approved",
			source:"CACM",
			vol:42,
			issue:10,
			year:1999,
			month:10,
			pages:"102-107",
			sAuth:"Gotterbarn",
			lAuth:"Don Gotterbarn, Keith Miller, and Simon Rogerson",
			cAuth:"Gotterbarn, D., Miller, K., and Rogerson, S.",
			filetype:"PDF",
			filesize:99,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1999-42-10/p102-gotterbarn/p102-gotterbarn.pdf"
		  }
		  
arts[26] = {title:"Applying Ethics to Information Technology Issues",
			source:"CACM",
			vol:38,
			issue:12,
			year:1995,
			month:12,
			pages:"33-39",
			sAuth:"Laudon",
			lAuth:"Kenneth C. Laudon",
			cAuth:"Laudon, K. C.",
			filetype:"PDF",
			filesize:195,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1995-38-12/p33-laudon/p33-laudon.pdf"
		  }
		  
arts[27] = {title:"Applying Ethics to Information Technology Issues",
			source:"CACM",
			vol:38,
			issue:12,
			year:1995,
			month:12,
			pages:"55-57",
			sAuth:"Mason",
			lAuth:"Richard O. Mason",
			cAuth:"Mason, R. O.",
			filetype:"PDF",
			filesize:151,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1995-38-12/p55-mason/p55-mason.pdf"
		  }
		  
arts[28] = {title:"The Ethical Systems Analyst",
			source:"CACM",
			vol:39,
			issue:3,
			year:1996,
			month:3,
			pages:"69-77",
			sAuth:"Wood-Harper",
			lAuth:"A. T. Wood-Harper, Steve Corder, J. R. G. Wood, and Heather Watson",
			cAuth:"Wood-Harper, A. T., Corder, S., Wood, J. R. G., and Watson, H.",
			filetype:"PDF",
			filesize:676,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1996-39-3/p69-wood-harper/p69-wood-harper.pdf"
		  }
		  
arts[29] = {title:"Towards an Ethics of Persuasive Technology",
			source:"CACM",
			vol:42,
			issue:5,
			year:1999,
			month:5,
			pages:"51-58",
			sAuth:"Berdichevsky",
			lAuth:"Daniel Berdichevsky and Erik Neuenschwander",
			cAuth:"Berdichevsky, D., and Neuenschwander, E.",
			filetype:"PDF",
			filesize:92,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1999-42-5/p51-berdichevsky/p51-berdichevsky.pdf"
		  }
		  
arts[30] = {title:"A New View of Intellectual Property and Software",
			source:"CACM",
			vol:39,
			issue:3,
			year:1996,
			month:3,
			pages:"21-30",
			sAuth:"Davis",
			lAuth:"Randall Davis, Pamela Samuelson, Mitchell Kapor, and Jerome Reichman",
			cAuth:"Davis, R., Samuelson, P., Kapor, M., and Reichman, J.",
			filetype:"PDF",
			filesize:159,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1996-39-3/p21-davis/p21-davis.pdf"
		  }
		  
arts[31] = {title:"Intellectual Property Rights and the Global Information Economy",
			source:"CACM",
			vol:39,
			issue:1,
			year:1996,
			month:1,
			pages:"23-28",
			sAuth:"Samuelson",
			lAuth:"Pamela Samuelson",
			cAuth:"Samuelson, P.",
			filetype:"PDF",
			filesize:251,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1996-39-1/p23-samuelson/p23-samuelson.pdf"
		  }
		  
arts[32] = {title:"Copyright and Digital Libraries",
			source:"CACM",
			vol:38,
			issue:4,
			year:1995,
			month:4,
			pages:"15-21 & 110",
			sAuth:"Samuelson",
			lAuth:"Pamela Samuelson",
			cAuth:"Samuelson, P.",
			filetype:"PDF",
			filesize:229,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1995-38-4/p15-samuelson/p15-samuelson.pdf"
		  }
		  
arts[33] = {title:"Who Shapes the Future?",
			source:"ACM Computers and Society",
			vol:"",
			issue:"",
			year:1998,
			month:6,
			pages:"3-8",
			sAuth:"Allen",
			lAuth:"Jonathan P. Allen",
			cAuth:"Allen, J. P.",
			filetype:"PDF",
			filesize:792,
			url:"http://www.acm.org/pubs/articles/proceedings/cas/276755/p3-allen/p3-allen.pdf"
		  }
		  
arts[34] = {title:"Considerations of an Effective Telecommunications-Use Policy",
			source:"CACM",
			vol:42,
			issue:6,
			year:1999,
			month:6,
			pages:"101-108",
			sAuth:"Whitman",
			lAuth:"Michael E. Whitman, Anthony M. Townsend, Robert J. Aalberts",
			cAuth:"Whitman, M. E., Townsend, A. M., Aalberts, R. J.",
			filetype:"PDF",
			filesize:196,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1999-42-6/p101-whitman/p101-whitman.pdf"
		  }
		  
arts[35] = {title:"The Driving Forces in the Virtual Society",
			source:"CACM",
			vol:42,
			issue:12,
			year:1999,
			month:12,
			pages:"64-70",
			sAuth:"Igbaria",
			lAuth:"Magid Igbaria",
			cAuth:"Igbaria, M.",
			filetype:"PDF",
			filesize:305,
			url:"http://www.acm.org/pubs/articles/journals/cacm/1999-42-12/p64-igbaria/p64-igbaria.pdf"
		  }

arts[36] = {title:"Computing and Organizations:What We Know and What We Don't Know",
			source:"CACM",
			vol:27,
			issue:12,
			year:1984,
			month:12,
			pages:"1",
			sAuth:"Attewell",
			lAuth:"Paul Attewell and James Rule",
			cAuth:"Attewell, P., and Rule, J.",
			filetype:"PDF",
			filesize:"749",
			url:"http://www.acm.org/pubs/articles/journals/cacm/1984-27-12/p1184-attewell/p1184-attewell.pdf"
		  }
		  
arts[37] = {title:"Falling Through the Net: Toward Digital Inclusion",
			source:"US Dept. of Commerce",
			vol:1,
			issue:1,
			year:2000,
			month:10,
			pages:"1-138",
			sAuth:" ",
			lAuth:" ",
			cAuth:" ",
			filetype:"PDF",
			filesize:727,
			url:"http://search.ntia.doc.gov/pdf/fttn00.pdf"
		  }
arts[38] = {title:"Special Issue on Internet-based Research Methodology",
			source:"Journal of Computer Mediated Communication",
			vol:6,
			issue:1,
			year:2000,
			month:9,
			pages:" ",
			sAuth:"JCMC",
			lAuth:"JCMC",
			cAuth:"JCMC",
			filetype:"HTML",
			filesize:1,
			url:"http://www.ascusc.org/jcmc/vol6/issue1/"
		  }

arts[39] = {title:"Special Issue on Health and the New Media",
			source:"Journal of Computer Mediated Communication",
			vol:6,
			issue:4,
			year:2001,
			month:7,
			pages:" ",
			sAuth:"JCMC",
			lAuth:"JCMC",
			cAuth:"JCMC",
			filetype:"HTML",
			filesize:1,
			url:"http://www.ascusc.org/jcmc/vol6/issue4/"
		  }

arts[40] = {title:"Information and Communication: Alternate Uses of the Internet in Households",
			source:"Information Systems Research",
			vol:10,
			issue:4,
			year:1999,
			month:12,
			pages:"287-303",
			sAuth:"Kraut",
			lAuth:"Robert Kraut, Tridas Mukhopadhyay, Janusz Szczypula, Sara Kiesler, and William Scherlis",
			cAuth:"Kraut, R., Mukhopadhyay, T., Szczypula, J., Kiesler, S., Scherlis, W.",
			filetype:"PDF",
			filesize:2191,
			url:"http://cntsvr2.epnet.com/embimages/pdf/1ld/01dec99/2830525.pdf?T=P&P=AN&K=2830525&EbscoContent=dGJyMNHX8kSeqLE4xNvgOLCmrkqep7VSrqu4TbUA&ContentCustomer=dGJyMOzg54zn5ORT69fnhrnX8X0A"
		  }

arts[41] = {title:"Illegal, Inappropriate, and Unethical Behavior in an Information Technology Context: A Study to Explain Influences",
			source:"JAIS",
			vol:1,
			issue:12,
			year:2001,
			month:2,
			pages:"1-31",
			sAuth:"Leonard",
			lAuth:"Lori Leonard",
			cAuth:"Leonard, L.",
			filetype:"PDF",
			filesize:210,
			url:" "
		  }

arts[42] = {title:"E-mail Survey Response Rates: A Review",
			source:"Journal of Computer Mediated Communication",
			vol:6,
			issue:2,
			year:2001,
			month:1,
			pages:" ",
			sAuth:"Sheehan",
			lAuth:"Kim Sheehan",
			cAuth:"Sheehan, K.",
			filetype:"HTML",
			filesize:1,
			url:"http://www.ascusc.org/jcmc/vol6/issue2/sheehan.html"
		  }

arts[43] = {title:"Australian Women in IT",
			source:"CACM",
			vol:44,
			issue:7,
			year:2001,
			month:7,
			pages:"46-52",
			sAuth:"von Hellens",
			lAuth:"Liisa von Hellens, Sue Nielsen",
			cAuth:"von Hellens, L., Nielsen, S.",
			filetype:"PDF",
			filesize:103,
			url:"http://doi.acm.org/10.1145/379300.379310"
		  }

arts[44] = {title:"Predictors of Downsizing in the U.S. Local Telephone Industry",
			source:"The Information Society",
			vol:16,
			issue:1,
			year:2000,
			month:3,
			pages:"22-33",
			sAuth:"Yoo",
			lAuth:"Hyun-Oh Yoo, Bela Mody",
			cAuth:"Yoo, H., Mody, B.",
			filetype:"PDF",
			filesize:341,
			url:"http://cntsvr2.epnet.com/embimages/pdf/1hq/01jan00/2901392.pdf?T=P&P=AN&K=2901392&EbscoContent=dGJyMNHX8kSeqLE4xNvgOLCmrkqep7VSrqe4SLQA&ContentCustomer=dGJyMOzg54zn5ORT69fnhrnX8X0A"
		  }
arts[45] = {title:"Asynchronous Learning Networks as a Virtual Classroom",
			source:"CACM",
			vol:40,
			issue:9,
			year:1997,
			month:9,
			pages:"44-49",
			sAuth:"Hiltz",
			lAuth:"Starr Roxanne Hiltz, Barry Wellman",
			cAuth:"Hiltz, S. R., Wellman, B.",
			filetype:"PDF",
			filesize:1057,
			url:"http://doi.acm.org/10.1145/260750.260764"
		  }

arts[46] = {title:"Internet Voting for Public Officials: Introduction",
			source:"CACM",
			vol:44,
			issue:1,
			year:2001,
			month:1,
			pages:"69-71",
			sAuth:"Hoffman",
			lAuth:"Lance J. Hoffman, Lorrie Cranor",
			cAuth:"Hoffman, L. J., Cranor, L.",
			filetype:"PDF",
			filesize:62,
			url:"http://doi.acm.org/10.1145/357489.357510"
		  }

arts[47] = {title:"The Case for Internet Voting/Guaging the Risks of Internet Elections",
			source:"CACM",
			vol:44,
			issue:1,
			year:2001,
			month:1,
			pages:"72-85",
			sAuth:"Mohen/Phillips",
			lAuth:"Joe Mohen, Julia Glidden/Deborah M. Phillips, Hans A. Von Spakovsky",
			cAuth:"Mohen, J., Glidden, J./Phillips, D. M., Von Spakovsky, H. A.",
			filetype:"PDF",
			filesize:158,
			url:"http://doi.acm.org/10.1145/357489.357511"
		  }

arts[48] = {title:"The Ever-expanding Network of Local and Federal Databases",
			source:"CACM",
			vol:45,
			issue:7,
			year:2002,
			month:7,
			pages:"17-19",
			sAuth:"Munro",
			lAuth:"Neil Munro",
			cAuth:"Munro, N.",
			filetype:"PDF",
			filesize:56,
			url:"http://doi.acm.org/10.1145/514236.514252"
		  }

arts[49] = {title:"Changing Perspectives on the Organizational Consequences of Information Technology",
			source:"Behavior & Information Technology",
			vol:20,
			issue:5,
			year:2001,
			month:5,
			pages:"323-328",
			sAuth:"Eason",
			lAuth:"K. Eason",
			cAuth:"Eason, K.",
			filetype:"PDF",
			filesize:180,
			url:""
		  }

arts[50] = {title:"The Digital Dilemma",
			source:"CACM",
			vol:44,
			issue:2,
			year:2001,
			month:2,
			pages:"77-83",
			sAuth:"Davis",
			lAuth:"Randall Davis",
			cAuth:"Davis, R.",
			filetype:"PDF",
			filesize:111,
			url:"http://doi.acm.org/10.1145/359205.359234"
		  }

arts[51] = {title:"Creativity Support Tools",
			source:"CACM",
			vol:45,
			issue:10,
			year:2002,
			month:10,
			pages:"116-120",
			sAuth:"Shneiderman",
			lAuth:"Ben Shneiderman",
			cAuth:"Shneiderman, B.",
			filetype:"PDF",
			filesize:132,
			url:"http://doi.acm.org/10.1145/570907.570945"
		  }



