Please contact us if you have any questions.
Your Email:
Topic:
Please Select
Fling!
Melodica
Shipwreck
Fuzzle
All Fours
Other
Question:
/*$(parent).submit(function() { $(parent).hide(); $("#processing").show(); form = this; data = {}; data.topic = $("*[name=topic]",form).attr("value"); data.email = $("*[name=email]",form).attr("value"); data.subscribe = $("*[name=subscribe]",form).attr("checked"); data.question = $("textarea",form).attr("value"); $.post("submit/", data, function(data, text_status){ $(form).html(data); $("#processing").hide(); $(parent).show(); }); return false; });*/ $("#support_menu").attr("src", "/static/images/support_yellow.jpeg");
processing...