function getCookie(name)
{
   unser_cookie = document.cookie;
   prefix = name + '=';
   anfang = unser_cookie.indexOf(prefix);
   if (anfang == -1) {return null;}
   ende = document.cookie.indexOf(';', anfang);
   if (ende == -1) {ende = unser_cookie.length;}
   return unescape(unser_cookie.substring(anfang + prefix.length, ende));
}
function sections() {
	if (document.topForm.section.options[document.topForm.section.selectedIndex].value == 'infobank') {
                document.topForm.section.options[0].selected = true;
                window.open('http://www.roro44.com');
		return 1;
	}

	else if (document.topForm.section.options[document.topForm.section.selectedIndex].value == '') {}
	else {top.location=document.topForm.section.options[document.topForm.section.selectedIndex].value;}
}

        document.writeln('<a href="http://www.roro44.com/e3lan/ads4.htm" target="_blank"><img border="0" src="http://ads.roro44.com/mybanar/roro-by-arabic-60-468-ad1.gif" width="468" height="60" style="border: 1px solid #CC0066"></a>');