| Author: Litt... asked 15/06/2010 | | Question: Do the items in this set just come loose? Or is there a zip up pouch that they come with? I've seen an xbowl and xmug set that have a zip up pouch to carry them in. | | Answer: These are supplied loose and is a special combination set up by us. Only our selection comes with the free Guyot Spork set ;) |  |
Dialog.confirm($('form').innerHTML, {className:"alphacube", width:600,
okLabel: "Send", cancelLabel: "Cancel",
onOk:function(win){
new Ajax.Request('ajax_ask_a_question.php', {
method: 'get',
parameters: {pID: '11099',
name: $('form_name').value,
mail: $('form_email').value,
question: $('form_question').value}});
return true;
}});
|