// Written (amateurishly) by Win Emmons, wemmons@wacotrib.com // var wseNewCodeLine0 = '
\n
The Adobe Flash Player is required to view this multimedia interactive. Get it here.
\n
'; /* var wseNewCodeLinex = ' */ var wseTeases = 5; // number of things to rotate var wseCode = new Array(6); // above line + 1 wseCode[0] = 'If you see this code on the WacoTrib.com homepage, please e-mail wemmons@wacotrib.com.' wseCode[1] = '
 SHARE/VIEW PHOTOS, VIDEOS & MORE
\"New
'; wseCode[2] = '
 INTERACTIVE FEATURES
\"New
'; wseCode[3] = '
 YOUR SOURCE FOR NEWS & INFO
\"New
'; wseCode[4] = '
\"New
'; wseCode[5] = '
 ' + '' + '
\"New
'; // wseCode[6] = '
 ' + 'VIDEO, PHOTOS, BLOG & MORE' + '
\"New
'; function wsedisplayTeases() { var wset = Math.ceil(Math.random() * wseTeases); document.write(wseCode[wset]); } var wseCblogTeases = 7; var wseCblogCode = new Array(8); wseCblogCode[0] = ''; wseCblogCode[1] = '
\"Carol
What do you Want?
Community blogger Carol Dugat talks about the future of East Waco and invites you to join the discussion of how the area can be improved.
'; wseCblogCode[2] = '
\"Hap
Keep It In Mind
Waco psychologist Hap LeCrone discusses practical ways to live life to the fullest.
'; wseCblogCode[3] = '
\"Sandi
Music Notes
Waco musician Sandi Horton blogs about fellow local musicians and where they’re playing.
'; wseCblogCode[4] = '
\"David
Spares & Strikes
Steven King and David Light are rolling right up your alley with their blog on Waco’s bowling scene.
'; wseCblogCode[5] = '
\"Rev.
Chaplain in Iraq
The Rev. Kent Berry of Crawford blogs about his upcoming tour of duty in Iraq as a chaplain with the National Guard.
'; wseCblogCode[6] = '
\"Steve
Tell the People
Waco entrepreneur Steve Hernandez writes about the credit crisis and how to improve your financial literacy.
'; wseCblogCode[7] = '
\"Karyn
Everyday Gourmet
Gourmet Gallery owner Karyn Miller shares cooking tips and techniques for everyone who enjoys food.
'; // wseCblogCode[5] = '
\"Susan
BBB Blog
The Waco Better Business Bureau’s Susan Morton on marketplace and consumer issues.
'; // wseCblogCode[2] = '
\"Katie
Blog for the Dogs
Waco Humane Society board member Katie Croft and her pet dogs bark about all things four-legged and furry.
'; function wsedisplayCblogTeases() { var wsecblogrand = Math.ceil(Math.random() * wseCblogTeases); document.write(wseCblogCode[0]); document.write(wseCblogCode[wsecblogrand]); } var wseMainSpaceTeases = 3; var wseMainSpace = new Array(4); wseMainSpace[0] = 'Congratulations. You have broken teh Intarweb.'; wseMainSpace[1] = ''; wseMainSpace[2] = ''; wseMainSpace[3] = ''; function wsedisplayMainSpaceTeases() { var wsemainspacerand = Math.ceil(Math.random() * wseMainSpaceTeases); document.write(wseMainSpace[wsemainspacerand]); }