var honoreeProfiles = new Array(30); for (i=0; i"; var build_title = ""+ honoreeProfiles[num][0] +" | "+ honoreeProfiles[num][1] +""; var build_blurb = "

"+ honoreeProfiles[num][11] +"Read More

"; if(num == 17){ var build_stats = "

Age: "+ honoreeProfiles[num][2] +"

Location: "+ honoreeProfiles[num][3] +"

2009 Revenue: "+ honoreeProfiles[num][4] +"

2010 Projected Revenue: "+ honoreeProfiles[num][5] +"

Employees: "+ honoreeProfiles[num][6] +"

Year founded: "+ honoreeProfiles[num][7] +"

Website: Launch

Blog: Launch

Twitter: Launch

"; }else if(num == 24){ var build_stats = "

Age: "+ honoreeProfiles[num][2] +"

Location: "+ honoreeProfiles[num][3] +"

2009 Revenue: "+ honoreeProfiles[num][4] +"

2010 Projected Revenue: "+ honoreeProfiles[num][5] +"

Employees: "+ honoreeProfiles[num][6] +"

Year founded: "+ honoreeProfiles[num][7] +"

Website: Launch

"; $(".stats").html(build_stats); }else{ var build_stats = "

Age: "+ honoreeProfiles[num][2] +"

Location: "+ honoreeProfiles[num][3] +"

2009 Revenue: "+ honoreeProfiles[num][4] +"

2010 Projected Revenue: "+ honoreeProfiles[num][5] +"

Employees: "+ honoreeProfiles[num][6] +"

Year founded: "+ honoreeProfiles[num][7] +"

Website: Launch

Facebook: Launch

Twitter: Launch

"; } $("#honoree_photos").html(built_photo); $("#honoree_details h3").html(build_title); $(".stats").html(build_stats); $(".blurb").html(build_blurb); }