<!--
// Moniforce Javascript Library
// Version: 1.5
// Date: 6-10-2005
//

// 30-01-2009 - mkoekoek
// Change: cleared all functions to avoid javascript errors on webpages

function handleErr(msg, file_loc, line_no) {
   return true;
}

window.onerror=handleErr;

function cget(s){
	return true;
}

function csets(s,v){
	return true;
}

function getDateTimeString(s) {
  return true;
}

function csetp(s,v){
  return true;
}

function getUserLanguage() {
  return true;
}

function isNewBrowser() {
  return true;
}

function getReferrer(h) {
  return true;
}

function getBaseLink(lnk) {
  return true;
}
         
function getBaseArgs(lnk) {
  return true;
}
         
function getBasicInfo() {
  return true;
}

function IsEmpty(aTextField) {
   return true;
}	

function getFormInfo(theform) {
  return true;
}

function getAnchorInfo(obj) {
  return true;
}

var moni_img = new Image(1,1); /* clicks */
var moni_obj=null;
var moni_valid_form=true;

function waitforimg(o,u,l) {
  return true;
}

function moni_pva(sid, pg, xtr) { 
  return true;
}

function moni_click(sid, obj, pg, xtr) {
 return true;
}

function moni_click_wcr(sid, obj, faction, pg, xtr) {
 return true;
}

// -->