//configuration
OAS_url ='http://ad.adworx.at/RealMedia/ads/';
OAS_listpos = 'Bottom,Top1,Position1';
OAS_query = '?';
OAS_sitepage = 'www.st-hubertus.at/startseite';
//end of configuration
OAS_version = 10;
OAS_rn = '001234567890'; OAS_rns = '1234567890';
OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2, 11);
function OAS_NORMAL(pos) {
document.write('');
document.write('
');
}
OAS_version = 11;
if (navigator.userAgent.indexOf('Mozilla/3') != -1)
OAS_version = 10;
if (OAS_version >= 11)
document.write('<\/SCRIPT>');
function OAS_AD(pos) {
if (OAS_version >= 11 && typeof(OAS_RICH)!='undefined')
OAS_RICH(pos);
else
OAS_NORMAL(pos);
}
function GetElementHeight (elm)
{
if (!elm)
return 0;
if (document.layers)
{
if (!elm.height)
elm.height = elm.clip.height;
return elm.height;
}
else if (typeof(elm.style && elm.style.height) == 'number')
{
return elm.style.height;
}
else if (typeof(elm.style && elm.style.height) == 'string' && !isNaN(parseInt(elm.style.height)))
{
return parseInt(elm.style.height);
}
else if (elm.offsetHeight)
{
return elm.offsetHeight;
}
else if (typeof(elm.style && elm.style.pixelHeight) == 'number')
{
return elm.style.pixelHeight;
}
else if (elm.clientHeight)
{
return elm.clientHeight;
}
return 0;
}