shq.Lockpicking={}
shq.Lockpicking.post=function()
{ 
     shq.$('footfrm').innerHTML=shq.formHtml;
	  var newfrm=shq.$('footfrm').getElementsByTagName('form')[0]
	   newfrm.ItemName.value="WOW Level up(picklock 1-300)(24 hours)"
	  newfrm.ItemCount.value=1;
	  newfrm.Price.value=28
	  newfrm.TotalPrice.value=28
	  newfrm.requirements.value='';
	  newfrm.action='order.asp';
	  newfrm.method='post';
	  newfrm.submit();
	  return false;
	  
}