$(window).load(function() {
$("
").insertBefore(".size-full");
$("
").insertAfter(".size-full");
resizeBlocks();
});
$(window).resize(function() {
resizeBlocks();
});
function resizeBlocks() {
if ($("#left").height() > $("#right").height()) $("#right").height($("#left").height());
else $("#left").height($("#right").height());
}
function sendEmail(replaceDiv,toemail,fromemail,emailsubject,emailbody) {
if (emailbody != null) {
$.post("http://georgiapellegrini.com/wp-content/themes/georgiap/sendemail.php", "to="+toemail+"&from="+fromemail+"&subject=" +emailsubject+"&ebody="+emailbody,function(data) {
$("
Thank you! Your message was sent.