//crazy sujjest javascript stuff //Jon Lee - http://www.jonlee.ca String.prototype.trim = function() { return this.replace(/^\s+|\s+$/g, ''); } Array.prototype.remove=function(s){ for(i=0;i"; } output += ""; return output; } /* popup = function(itemid) { $('itempopup').innerHTML = ""; $('itempopup').toggle(); new Ajax.Updater( { success:'itempopup', failure:'errors' }, '/scripts/popup.php', { method:'post', onLoading: function(){ $('itempopup').innerHTML = '
Retriving Item Information
'; }, onFailure: function(){ alert('Something went wrong... please try again') }, parameters: { pid: itemid, sujjest_locale: $('sujjest_locale').value } }); } sujjestion = function() { $('itempopup').innerHTML = ""; $('itempopup').toggle(); new Ajax.Updater( { success:'itempopup', failure:'errors' }, '/sujjestion.php', { method:'get', onLoading: function(){ $('itempopup').innerHTML = '
Loading Sujjestion Box