{"id":78,"date":"2011-02-28T19:12:33","date_gmt":"2011-03-01T02:12:33","guid":{"rendered":"http:\/\/genuineoldschool.com\/?page_id=78"},"modified":"2011-02-28T19:14:15","modified_gmt":"2011-03-01T02:14:15","slug":"contact-us","status":"publish","type":"page","link":"http:\/\/genuineoldschool.com\/?page_id=78","title":{"rendered":"Contact Us"},"content":{"rendered":"<p><strong><\/p>\n\n\t<script src=\"http:\/\/genuineoldschool.com\/wp-content\/themes\/parallelus-unite\/js\/jquery.validate.min.js\" type=\"text\/javascript\"><\/script>\n\t\t<script type=\"text\/javascript\">\n\t\t\tjQuery(document).ready(function($) {\n\t\t\t\t$(\"#CommentForm\").validate({ submitHandler: function(form) {\n\t\t\t\t\t\tajaxContact(form);\t\/\/ form is valid, submit it\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t<\/script>\t\n\t\t<div id=\"FormResponse\"><\/div>\n\t\t<form class=\"cmxform\" id=\"CommentForm\" method=\"post\" action=\"\">\n\t\t\t<fieldset>\n\t\t\t\t<legend>Contact Form<\/legend>\n\t\t\t\t<div>\n\t\t\t\t\t<label for=\"ContactName\" class=\"overlabel\">Name<\/label>\n\t\t\t\t\t<input id=\"ContactName\" name=\"ContactName\" class=\"textInput required\" \/>\n\t\t\t\t<\/div>\n\t\t\t\t<div>\n\t\t\t\t\t<label for=\"ContactEmail\" class=\"overlabel\">E-Mail<\/label>\n\t\t\t\t\t<input id=\"ContactEmail\" name=\"ContactEmail\" class=\"textInput required email\" \/>\n\t\t\t\t<\/div>\n\t\t\t\t<div>\n\t\t\t\t\t<label for=\"ContactPhone\" class=\"overlabel\">Phone<\/label>\n\t\t\t\t\t<input id=\"ContactPhone\" name=\"ContactPhone\" class=\"textInput digits\" value=\"\" \/>\n\t\t\t\t<\/div>\n\t\t\t\t<div>\n\t\t\t\t\t<label for=\"ContactComment\" class=\"overlabel\">Comments<\/label>\n\t\t\t\t\t<textarea id=\"ContactComment\" name=\"ContactComment\" class=\"textInput required\" rows=\"10\" cols=\"4\"><\/textarea>\n\t\t\t\t<\/div>\n\t\t\t\t<div>\n\t\t\t\t\t<button type=\"submit\" class=\"btn\"><span>Send<\/span><\/button>\n\t\t\t\t\t<input class=\"\" type=\"hidden\" name=\"_R\" value=\"102.108.105.110.116.64.101.121.101.115.112.105.107.101.46.99.111.109\" \/>\n\t\t\t\t\t<input class=\"\" type=\"hidden\" name=\"_S\" value=\"84.104.97.110.107.32.121.111.117.32.102.111.114.32.99.104.111.111.115.105.110.103.32.71.101.110.117.105.110.101.32.79.108.100.32.83.99.104.111.111.108.32.45.32.87.101.32.97.105.109.32.116.111.32.112.108.101.97.115.101.46.46.46\" \/>\n\t\t\t\t\t<label id=\"loader\" style=\"display:none;\"><img src=\"http:\/\/genuineoldschool.com\/wp-content\/themes\/parallelus-unite\/images\/ajax-loader.gif\" alt=\"Loading...\" id=\"LoadingGraphic\" \/><\/label>\n\t\t\t\t<\/div>\n\t\t\t<\/fieldset>\n\t\t<\/form>\n\t\t<script type='text\/javascript'>  \n\t\t\t\/\/ Contact form submit function        \n\t\t\tfunction ajaxContact(theForm) {\n\t\t\n\t\t\t\tjQuery('#loader').fadeIn();\n\n\t\t\t\tvar formData = jQuery(theForm).serialize(),\n\t\t\t\t\tmsg = jQuery('#FormResponse');\n\t\t\n\t\t\t\tjQuery.ajax({\n\t\t\t\t\ttype: 'POST',\n\t\t\t\t\turl: 'http:\/\/genuineoldschool.com\/wp-content\/themes\/parallelus-unite\/\/contact-send.php',\n\t\t\t\t\tdata: formData,\n\t\t\t\t\tsuccess: function(response) {\n\t\t\t\t\t\t( msg.height() ) ?\tmsg.fadeIn('fast', function() { jQuery(this).hide(); }) : msg.hide();\n\t\t\n\t\t\t\t\t\tjQuery('#LoadingGraphic').fadeOut('fast', function() {\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif (response === 'success') { \n\t\t\t\t\t\t\t\tif (jQuery.browser.msie && parseInt(jQuery.browser.version, 10) < 9) { \n\t\t\t\t\t\t\t\t\t\/\/ IE won't do the '.animate {opacity: 0}\n\t\t\t\t\t\t\t\t\tjQuery(theForm).css('visibility','hidden');\n\t\t\t\t\t\t\t\t}else {\n\t\t\t\t\t\t\t\t\tjQuery(theForm).animate({opacity: 0},'fast');\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\n\t\t\t\t\t\t\t\/\/ Message Sent? Show the 'Thank You' message and hide the form\n\t\t\t\t\t\t\tvar result = response, c = 'error';\n\t\t\t\t\t\t\tif (response === 'success') { \n\t\t\t\t\t\t\t\tresult = \"Your message has been sent. Thank you!\r\n\r\n\";\n\t\t\t\t\t\t\t\tc = 'success';\n\t\t\t\t\t\t\t}\n\t\t\n\t\t\t\t\t\t\tmsg.removeClass('success').removeClass('error').text('');\n\t\t\t\t\t\t\tvar i = setInterval(function() {\n\t\t\t\t\t\t\t\tif ( !msg.is(':visible') ) {\n\t\t\t\t\t\t\t\t\tmsg.html(result).addClass(c).slideDown('fast');\n\t\t\t\t\t\t\t\t\tclearInterval(i);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}, 40);    \n\t\t\t\t\t\t}); \/\/ end loading fade\n\t\t\t\t\t}\n\t\t\t\t});\n\t\n\t\t\t\treturn false;\n\t\t\t}\n\t\t<\/script><p><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":[],"_links":{"self":[{"href":"http:\/\/genuineoldschool.com\/index.php?rest_route=\/wp\/v2\/pages\/78"}],"collection":[{"href":"http:\/\/genuineoldschool.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/genuineoldschool.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/genuineoldschool.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/genuineoldschool.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=78"}],"version-history":[{"count":3,"href":"http:\/\/genuineoldschool.com\/index.php?rest_route=\/wp\/v2\/pages\/78\/revisions"}],"predecessor-version":[{"id":82,"href":"http:\/\/genuineoldschool.com\/index.php?rest_route=\/wp\/v2\/pages\/78\/revisions\/82"}],"wp:attachment":[{"href":"http:\/\/genuineoldschool.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=78"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}