var boxRightQuizDefaultImg = null;
var boxRightQuizCompetitionImg = null;

function boxRightQuizDefaultSwitchArticleImage(newSrc)	{
	boxRightQuizDefaultImg = DOM.gI("boxRightQuizDefaultImg");
	boxRightQuizDefaultImg.src = newSrc;
}

function boxRightQuizCompetitionSwitchArticleImage(newSrc) {
	boxRightQuizCompetitionImg = DOM.gI("boxRightQuizCompetitionImg");
	boxRightQuizCompetitionImg.src = newSrc;
}
