var connector = "@";
var domain    = "athens-realty.com";
var endtag = "</a>";

var email1 = "info";
var email1_at = email1 + connector + domain;


 /* pageInit()
    called once Google js API and any other API's (jQuery, jQueryUI, maps, etc) are loaded
    use for any code to be run once the page is ready
 */
 function pageInit(){
   // set sidebar and content to equal heights
   var f = $("#footerwrap").position();
   $("#sidebar").css("height",$("#content-outer").height());
    // $("#content-outer").css("height",f.top);
 }
 // --- end pageInit() ---
