
function addHTMLChoices(){
	jQuery(document).ready(function(){
		/*add selection links*/
		jQuery("#selection_area").append('<div id="choice" class="hidden"></div>');
		jQuery("#choice").append('<div id="choice_cuistot"><a href="http://www.restaurantcuistot.be/Intro.php"><img alt="Ga naar de site van Restaurant Cuistot" src="images/intropage_cuistot.png" width="100%" height="100%"></a></div>');
		jQuery("#choice").append('<div id="choice_petitcuistot"><a href="http://www.petitcuistot.be"><img alt="Ga naar Wine & Gift Shop Petit Cuistot" src="images/intropage_petitcuistot.png" width="100%" height="100%"></a></div>');
		
		/*show selection links*/
		jQuery("#choice").fadeIn('slow');
	});
}
