function get_advantage() {
	var rand_no = Math.random() * 9;
	rand_no = Math.ceil(rand_no);

	return('advantage' + rand_no + '.jpg');
}
