var loadedJsCounter=0;var filesToLoad=new Array('fileadmin/templates/js/ga.js','fileadmin/templates/js/swfobject.js','fileadmin/templates/js/jquery-1.3.2.min.js','fileadmin/templates/js/jquery.pngFix.js','fileadmin/templates/js/jquery.reorder.js','fileadmin/templates/js/functions.js');function loadScript(sScriptSrc,oCallback)
{fileref=document.createElement('script');fileref.setAttribute("type","text/javascript");fileref.setAttribute("src",sScriptSrc);fileref.onload=oCallback;fileref.onreadystatechange=function()
{if(this.readyState=='loaded')
{oCallback();}};if(typeof fileref!="undefined")
document.getElementsByTagName("head")[0].appendChild(fileref);}
function callLoadScript()
{if(loadedJsCounter==filesToLoad.length)
{window.onload=function()
{startUP();}
startUP();}
else
{loadScript(filesToLoad[loadedJsCounter]+'?'+Math.random(),callLoadScript);}
if(loadedJsCounter==1)
{swfobject.switchOffAutoHideShow();setupSWF();}
loadedJsCounter++;}
function startUP()
{initDocument();var checkSlashesInPath=location.pathname.replace(/[\w]/g,'').length;if(checkSlashesInPath==1||checkSlashesInPath==2)
{setupHomeQuiz();}}
function setupSWF()
{var flashvars={};var params={};var attributes={};swfobject.embedSWF("/fileadmin/templates/swf/homePlayer.swf","homeVideo","545","304","9.0.124",false,flashvars,params,attributes);}
window.onload=function()
{callLoadScript();};;

