// Random images
	function image() {};
		image = new image();
		number = 0;
		
		image[number++] = "<object width='190' height='119'><param name='movie' value='http://www.youtube.com/v/GHeniHPK42w&hl=en&fs=1' class='float-left'></param><param name='allowFullScreen' value='true'></param><embed src='http://www.youtube.com/v/GHeniHPK42w&hl=en&fs=1' type='application/x-shockwave-flash' allowfullscreen='true' width='190' height='119'></embed></object>"
		image[number++] = "<object width='190' height='119'><param name='movie' value='http://www.youtube.com/v/pNmY1UzWNw4&hl=en&fs=1' class='float-left'></param><param name='allowFullScreen' value='true'></param><embed src='http://www.youtube.com/v/pNmY1UzWNw4&hl=en&fs=1' type='application/x-shockwave-flash' allowfullscreen='true' width='190' height='119'></embed></object>"
		image[number++] = "<object width='190' height='119'><param name='movie' value='http://www.youtube.com/v/X4dP539jdvA&hl=en&fs=1' class='float-left'></param><param name='allowFullScreen' value='true'></param><embed src='http://www.youtube.com/v/X4dP539jdvA&hl=en&fs=1' type='application/x-shockwave-flash' allowfullscreen='true' width='190' height='119'></embed></object>"
		image[number++] = "<object width='190' height='119'><param name='movie' value='http://www.youtube.com/v/HPBZ6RG3SWk&hl=en&fs=1' class='float-left'></param><param name='allowFullScreen' value='true'></param><embed src='http://www.youtube.com/v/HPBZ6RG3SWk&hl=en&fs=1' type='application/x-shockwave-flash' allowfullscreen='true' width='190' height='119'></embed></object>"
		image[number++] = "<object width='190' height='119'><param name='movie' value='http://www.youtube.com/v/idsLYlwV24Y&hl=en&fs=1' class='float-left'></param><param name='allowFullScreen' value='true'></param><embed src='http://www.youtube.com/v/idsLYlwV24Y&hl=en&fs=1' type='application/x-shockwave-flash' allowfullscreen='true' width='190' height='119'></embed></object>"
		image[number++] = "<object width='190' height='119'><param name='movie' value='http://www.youtube.com/v/rtrLdkC9SBo&hl=en&fs=1' class='float-left'></param><param name='allowFullScreen' value='true'></param><embed src='http://www.youtube.com/v/rtrLdkC9SBo&hl=en&fs=1' type='application/x-shockwave-flash' allowfullscreen='true' width='190' height='119'></embed></object>"
		image[number++] = "<object width='190' height='119'><param name='movie' value='http://www.youtube.com/v/-DqjzmV8-mI&hl=en&fs=1' class='float-left'></param><param name='allowFullScreen' value='true'></param><embed src='http://www.youtube.com/v/-DqjzmV8-mI&hl=en&fs=1' type='application/x-shockwave-flash' allowfullscreen='true' width='190' height='119'></embed></object>"
		image[number++] = "<object width='190' height='119'><param name='movie' value='http://www.youtube.com/v/GHeniHPK42w&hl=en&fs=1' class='float-left'></param><param name='allowFullScreen' value='true'></param><embed src='http://www.youtube.com/v/GHeniHPK42w&hl=en&fs=1' type='application/x-shockwave-flash' allowfullscreen='true' width='190' height='119'></embed></object>"
		image[number++] = "<object width='190' height='119'><param name='movie' value='http://www.youtube.com/v/GHeniHPK42w&hl=en&fs=1' class='float-left'></param><param name='allowFullScreen' value='true'></param><embed src='http://www.youtube.com/v/GHeniHPK42w&hl=en&fs=1' type='application/x-shockwave-flash' allowfullscreen='true' width='190' height='119'></embed></object>"
		
		increment = Math.floor(Math.random() * number);
	
		document.write(image[increment]);
	
		window.onLoad=image();
	
