function popupvideo(video)
{
	if (video=="video1.html") {
		window.open('video1.html', 'newwindow', config='height=343, width=350, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no');
	} else if (video=="video2.html") {
		window.open('video2.html', 'newwindow', config='height=430, width=500,toolbar=no,menubar=no,scrollbars=no, resizable=no ,location=no, directories=no, status=no');
	} else if (video=="video3.html") {
		window.open('video3.html', 'newwindow', config='height=362 ,width=444, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no');
	}
}

function newarticle(article)
{
	if (article==1) {
		window.open('http://chronicle.com/wiredcampus/article/3013/colleges-must-shake-up-their-business-models-to-counter-new-competition-online-former-fcc-chairman-says', 'newwindow');
	} else if (article==2) {
		window.open('http://chronicle.com/wiredcampus/article/3097/the-battle-between-web-20-and-the-classroom', 'newwindow');
	} else if (article==3) {
		window.open('http://www.ft.com/cms/s/0/6d1cfb2e-723c-11dd-a44a-0000779fd18c.html?nclick_check=1', 'newwindow');
	} else if (article==4) {
		window.open('http://chronicle.com/wiredcampus/index.php?id=3884&utm_source=wc&utm_medium=en', 'newwindow');
	} else if (article==5) {
		window.open('http://www.fastcompany.com/magazine/138/who-needs-harvard.html', 'newwindow');
	}
}


