var mygamepic = new Array();

	
	mygamepic[0] = "http://scratch.mit.edu/static/projects/cottagelane/774717_med.png";
	mygamepic[1] = "http://scratch.mit.edu/static/projects/cottagelane/774739_med.png";
	mygamepic[2] = "http://scratch.mit.edu/static/projects/cottagelane/774736_med.png";
	mygamepic[3] = "http://scratch.mit.edu/static/projects/cottagelane/774732_med.png";
	mygamepic[4] = "http://scratch.mit.edu/static/projects/cottagelane/774724_med.png";
	mygamepic[5] = "http://scratch.mit.edu/static/projects/cottagelane/774725_med.png";
	mygamepic[6] = "http://scratch.mit.edu/static/projects/cottagelane/774729_med.png";
	mygamepic[7] = "http://scratch.mit.edu/static/projects/cottagelane/774720_med.png";
	mygamepic[8] = "http://scratch.mit.edu/static/projects/cottagelane/774721_med.png";
	mygamepic[9] = "http://scratch.mit.edu/static/projects/cottagelane/774723_med.png";
	mygamepic[10] = "http://scratch.mit.edu/static/projects/cottagelane/774711_med.png";	
	mygamepic[11] = "http://scratch.mit.edu/static/projects/cottagelane/774718_med.png";
	mygamepic[12] = "http://scratch.mit.edu/static/projects/cottagelane/775986_med.png";
	mygamepic[13] = "http://scratch.mit.edu/static/projects/cottagelane/786189_med.png";
	mygamepic[14] = "http://scratch.mit.edu/static/projects/cottagelane/774706_med.png";
	mygamepic[15] = "http://scratch.mit.edu/static/projects/cottagelane/774707_med.png";
	mygamepic[16] = "http://scratch.mit.edu/static/projects/cottagelane/774701_med.png";
	mygamepic[17] = "http://scratch.mit.edu/static/projects/cottagelane/774698_med.png";
	mygamepic[18] = "http://scratch.mit.edu/static/projects/cottagelane/774697_med.png";
	mygamepic[19] = "http://scratch.mit.edu/static/projects/cottagelane/774690_med.png";
	mygamepic[20] = "http://scratch.mit.edu/static/projects/cottagelane/774695_med.png";
	mygamepic[21] = "http://scratch.mit.edu/static/projects/cottagelane/774696_med.png";
	
function doGamePic()
{
	var pindex = Math.floor(Math.random() * mygamepic.length);
	var mystr = mygamepic[pindex];
	document.getElementById("game_pic_lyr").innerHTML =  "<a href='http://scratch.mit.edu/users/cottagelane'><img src = '" + mystr + "' width='356' height='266' alt='Scratch Project'></a>";


}
