// ================ // ORIGINAL VERSION // ================ // Code author: Eric Lam // Author's contact: Eric@PhyZeek // Code month/year: January 2008 // ============ // THIS VERSION // ============ // Code author: Eric Lam // Author's contact: Eric@PhyZeek // Code date/month/year: 06 July 2008 // Version/Milestone: Web Edition GOLD (1.000.001) // Build Number: 060708-2300 function mailPhyZeekRegistration() { var subj = "PhyZeek Registration - Expression of Interest" var text = "Hi! I am interested in joining PhyZeek Personal Training. [INSERT INFORMATION SUCH AS YOUR CONTACT DETAILS AND QUERY]" var PhyZeekRegistration = new Array() PhyZeekRegistration[0] = "mailto:" PhyZeekRegistration[1] = "mike@phyzeek.com.au" PhyZeekRegistration[2] = "?subject=" PhyZeekRegistration[3] = subj PhyZeekRegistration[4] = "&body=" PhyZeekRegistration[5] = text PhyZeekRegistration = PhyZeekRegistration.join("") window.location = PhyZeekRegistration }