$(document).ready(function(){ var html=""; html+="
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ General Mailbox
\
\ (617) 876-4242
\ info@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Melissa Arkin
\
\ (617) 331-2598
\ Melissaa@charlesassocre@com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Michael Blumsack
\ website: MichaelBlumsack.com
\ (978) 317-5491
\ michael.blumsack@gmail.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Jane Butterworth
\
\ (617) 233-9885
\ janeb@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Cindy Cantrell
\
\ (781) 953-5000
\ Cindyc@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Amy Chen
\
\ (617) 201-4528
\ amyc@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Paul Concannon
\
\ (781) 603-9757
\ paulc@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Frederick Crane
\
\
\ FrederickCrane@mac.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Bill Dibella
\ Website: www.Cambridgemahomes.com
\ (617) 417-2621
\ billdibella@gmail.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Ginny Enbody
\ Website: www.ginnyenbody.com
\ (617) 312-8722
\ GinnyEnbody@CharlesAssociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Daniel Lipset
\
\ (617) 448-3018
\ daniel@charlesassociatesre.com
\ Charles Associates
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Harry Lipson
\
\ (781) 760-2000
\ harryl@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Frank Leandro
\
\ (978) 569-0324
\ Frankl@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Micheal Milisci
\
\ (978) 758-5067
\ michealm@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Tim Moore
\ Website:www.Cambridgepropertysales.com
\ (617) 817-3344
\ tmoore@cambridgepropertysales.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Mari Morgan
\ Website: www.MyCambridgeApartments.com
\ (617) 492-6368
\ mari_cambridge@yahoo.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Franziska Pfister
\
\ (617) 576-1079
\ franziskap@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Peter Schilling
\ Website: www.pschilling.com
\ (617) 851-0045
\ peters@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Suzanne Shephard
\ Website: www.sshephard.com
\ (617) 821-3026
\ suzanneshepard@earthlink.net
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Hilary Sheldon
\
\ (617) 913-4352
\ hilarys@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Joseph Silva
\
\ (978) 479-5228
\ josephs@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Paul Slavinski
\
\ (617) 947-1000
\ pauls@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Deborah Soha
\
\ (978) 758-8559
\ deborahs@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ George Tessier
\
\ (978) 758-9796
\ georget@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
\ \ \ \ \ \ \ \ \
\ \ \ Louis Young
\
\ (781) 229-0738
\ louisy@charlesassociatesre.com
\
\ More about me\
\ \
"; html+="
"; $('#div_agent_roster').html(html); html=""; }); function show_agent(member_id) { $('.agent').fadeOut('slow'); $('#div_agent_'+member_id).fadeIn('slow'); $('#div_agent_'+member_id).width("80%"); $('#div_description_'+member_id).show('slow'); return false; } function hide_agent(member_id) { $('#div_description_'+member_id).hide('slow'); $('#div_agent_'+member_id).width("40%"); $('.agent').fadeIn('slow'); return false; }