class ScriptedPageScriptspacer { function getOutput( $aParams, &$bCache, &$bWikify ) { setlocale (LC_TIME, "nl_NL"); if (array_key_exists('breedte', $aParams)) { $sWidth = $aParams['breedte'].'px'; } else { $sWidth = '400px'; } if (array_key_exists('hoogte', $aParams)) { $sHeight = $aParams['hoogte'].'px'; } else { $sHeight = '1px'; } $sOutput = '