var Onerotate_delay = 15000; // delay in milliseconds (5000 = 5 secs)
Onecurrent 			= 0;
var OneLinks 		= new Array(3);
OneLinks[0]			= "#";
OneLinks[1]			= "#";
OneLinks[2]			= "#";

function Onenext()
{

}
function Oneprevious()
{

}
function Onefirst() {

}
function Onelast() {

}
function Oneap(text) {

}
function Onerotate() 
{

}

function selMenu1(siteURl)
{
	var sf=document.cardform;
	var submitto = sf.selcard.options[sf.selcard.selectedIndex].value;
	window.location.href = siteURl+ "/" + submitto;
	return false;
}

function selMenu2(siteURl)
{
	var sf=document.cardform;
	var submitto = sf.selloan.options[sf.selloan.selectedIndex].value;
	window.location.href = siteURl+ "/" + submitto;
	return false;
}
function frmDiv(divID)
	{		
		
		if(divID=='RN')
		 {
			document.getElementById("top_stories_content").style.display = 'none';
			document.getElementById("top_stories_content1").style.display = 'block';
			document.getElementById("NewsTitle").innerHTML = "Neueste Nachrichten";			
			document.getElementById("news_tabs1").style.background   = "url(images/featured_new_tab_o.png)";			
			document.getElementById("news_tabs").style.background  = "url(images/featured_new_tab.gif)";		
		  }else {
			document.getElementById("top_stories_content").style.display = 'block';
			document.getElementById("top_stories_content1").style.display = 'none';					  
			document.getElementById("NewsTitle").innerHTML = "Top-Nachrichten";								
			document.getElementById("news_tabs").style.background   = "url(images/featured_new_tab_o.png)";			
			document.getElementById("news_tabs1").style.background  = "url(images/featured_new_tab.gif)";			
		  }	
	}


function SubPromotion (siteURL,sendfile) {
	window.open(siteURL+"/sitestat.php?siteurl="+sendfile, "_blank", ""); 
}
