	function GetBubbleImage(strPathToRoot)
	{	
		var iImageNumber = Math.round(Math.random() * 0);
		return '<img border="0" src="' + strPathToRoot + 'Kuvat/p' + iImageNumber + '.gif" width="134" height="109">';
	}

	function GetRightImage(strPathToRoot)
	{	
		var iImageNumber = Math.round(Math.random() * 11);
		return '<img border="2" src="' + strPathToRoot + 'Kuvat/R' + iImageNumber + '.jpg" width="150" height="140" style="border: 1px solid #21286c">';
	}
	
	function GetLeftImage(strPathToRoot)
	{	
		var iImageNumber = Math.round(Math.random() * 11);
		return '<img border="2" src="' + strPathToRoot + 'Kuvat/L' + iImageNumber + '.jpg" width="150" height="140" style="border: 1px solid #21286c">';
	}
