/**
 * @author andre
 */
$(document).ready(function(){

	// Andre - Select-Box als Link setzen
	$(".jumpURL").change(function()
	{
		window.location.href='http://'+window.location.hostname+$(this).val();
	})


})
