function rewrite_maincontent(type){var smalldivcontent="<div id='smalldivmaincontainer'></div>";var ticker="<div id='hotnews'></div>";var flashcontent="<div id='flashcontent'></div>";var footer="<div id='footer'></div>";var htmlcontent="<div id='htmlcontent'></div>";		if(type == "default"){ // BEGINLAYOUT		document.getElementById('submaincontainer').innerHTML = flashcontent+htmlcontent+ticker+smalldivcontent+footer;		}else if(type == "order1"){ // NEWSLAYOUT		document.getElementById('submaincontainer').innerHTML = smalldivcontent+ticker+flashcontent+htmlcontent+footer;		}else if(type == "order2"){ // NEWSLAYOUT		document.getElementById('submaincontainer').innerHTML = ticker+htmlcontent+smalldivcontent+flashcontent+footer;		}		doBlocksRequest('blocks');//write_swf_block();doFooterRequest('footer');		var ti = new SWFObject("images/swf/fm_ticker.swf", "ticker", "970", "30", "8", "#FFFFFF");ti.addParam("menu","false");ti.addParam("quality","best");ti.addParam("salign","RT");ti.addParam("align","center");ti.addParam("scale","noscale");ti.addParam("wmode", "transparent");ti.write("hotnews");}function create_layout(type){//var w1=970/4;//var w2=w1x2;//var w3=w1x3;	if(type == "single"){		var ltype="<div id='singlecolumn'></div>";	}else if(type == "triple"){		var ltype="<div id='leftcontent'></div><div id='middlecontent'></div><div id='rightcontent'></div>";	}else if(type == "duoleft"){		var ltype="<div id='leftcontent'></div><div id='middlecontent'></div>";	}else if(type == "duoright"){		var ltype="<div id='middlecontent'></div><div id='rightcontent'></div>";	}		document.getElementById('htmlcontent').innerHTML = ltype;}function show(id) {        //document.getElementById(id).style.display = 'block';        document.getElementById(id).style.display = '';}function hide(id) {        document.getElementById(id).style.display = 'none';}/*function toggleDiv(divid){	if(document.getElementById(divid).style.display == 'none'){		document.getElementById(divid).style.display = 'block';	}else{		document.getElementById(divid).style.display = 'none';	}}*/function SetValue(id,value){	document.getElementById(id).value = value;}function SetInnerHTML(id,value){	document.getElementById(id).innerHTML = value;}function writeSWF(name,alias,width,height,player,backcolor){var fo = new SWFObject(name,alias,width,height,player,backcolor);fo.addParam("menu","false");fo.addParam("quality","best");fo.addParam("salign","RT");fo.addParam("align","center");fo.addParam("scale","noscale");fo.addParam("wmode", "transparent");fo.write("flashcontent");}function write_swf_block(){var rt = new SWFObject("images/swf/bannerads/small_div_vacature_001.swf", "blockone", "235", "160", "8", "#FFFFFF");rt.addParam("menu","false");rt.addParam("quality","best");rt.addParam("salign","RT");rt.addParam("align","center");rt.addParam("scale","noscale");rt.addParam("wmode", "transparent");rt.write("bone");}function get_URL(url){//location.href=url;window.open(url);}function get_MAIL(url){window.location.href="mailto:"+url;}