<script> <![CDATA[ function matchwo(a,b){ if (a < b && a < 0){ return 1; }else{ return 0; } } ]]> </script>