// JavaScript Document
function submiturlb()
{var linkx=document.getElementById('q').value;window.location.href='http://websha.com/tag/'+encodeURIComponent(linkx);}

function submiturl(e)
{if(!noenter(e))
{var linkx=document.getElementById('q').value;window.location.href='http://websha.com/tag/'+encodeURIComponent(linkx);}}
function noenter(e){var keycode;if(window.event)keycode=window.event.keyCode;else if(e)keycode=e.which;else return true;if(keycode==13)
{return false;}
else
return true;}
