function StudioOne() {}
StudioOne.alreadyrunflag = 0;
StudioOne.cleanSauce = function() {
var originalBody = document.body.innerHTML;
var noTagBody = originalBody.replace(/(<([^>]+)>|[^\s\w\d])/ig,"");
var lcBody = noTagBody.toLowerCase();
return lcBody;
};
StudioOne.writeToDiv = function(Str) {
var newStr = '';
document.getElementById('SONFTPCommentsJSDiv').innerHTML = newStr;
};
StudioOne.writeScript = function(Str) {
var s = document.createElement('script');
s.src = Str;
document.getElementById('SONFTPCommentsJSDiv').appendChild(s);
};
StudioOne.findIdentifier = function(lcBody,Features) {
var patt = new RegExp('(wtflolzomfg|stress less to ease heartburn|stroke 5 warning signs you must know|understanding heartburn|heartburn medications 101|flat abs for heartburn sufferers|flat abs for heartburn sufferers|surviving cold season part 2 how to get well quicker|heartburn food diary made simple|heartburn food diary made simple|heartburn or heart attack|heartburn or heart attack|no more exercise excuses|fast food without heartburn|keeping fit over the holidays|how noise pollution threatens your health |best ways to beat exerciserelated heartburn|holidays without heartburn part 1 food|best stress busters|green fitness|why you need more vitamin d|how to worry well|beat insomnia now|probiotics bacteria thats good for you|is your child obese|maximum fitness|the whole scoop on whole grains|hair loss what really works|krazy for kettlebells|shake the salt habit|first aid for summer|exercise for busy parents|best summer foods for sensitive stomachs|chest pain 101|natures gym|not so strange ingredients|sunscreen smarts|take the work out of workout|debunking detox diets|stress less ten strategies that work |walk away the pregnancy pounds|best meals for men who hate to cook|boost your brainpower|is boot camp for you |get your kids to eat healthy|good drivers live longer|is tap water better|diabetes could you have it and not know it|how to lose a gut and keep it off|the best health advice i ever got|picking a gym|mens checkup 101|healthy treats for the holidays|feeling fatigued try exercise|supplements a guide for men|are cell phones safe|surviving cold season part 1 how not to get sick|omega3 power boosts health|shoes causing you foot pain|do exercise machines lie|big breakfast helps you lose weight|youthful skin forever|tai chi ancient chinese secret to health and wellbeing|how antioxidants can save your life|are you fit or fat|strange fruit|the secret to a happier you|can video games count as exercise|maximum nutrition|no more headaches|workout with your other half|healthy meals in 10 minutes or less |is it a heart attack|keeping new years resolutions all year long|is organic really better|take charge of your health|avoiding heartburn|are you getting enough exercise|walk the nordic way)','i');
var result=patt.exec(lcBody);
for (var identifier in Features){
if(Features[identifier].match(result[1])) {
return identifier;
}
}
return 0;
};
StudioOne.commentsURL = function(FeatureIdentifier,sonCommentsBasePath) {
var newURL = sonCommentsBasePath + FeatureIdentifier + '/comments.js';
return newURL;
};
StudioOne.catalystFunction = function(sonCommentsBasePath,StudioOneFeatures){
var cleanSauce = StudioOne.cleanSauce();
var featureIdentifier = StudioOne.findIdentifier(cleanSauce,StudioOneFeatures);
var commentsURL = StudioOne.commentsURL(featureIdentifier,sonCommentsBasePath);
return StudioOne.writeScript(commentsURL);
};
StudioOne.Features=new Array();
StudioOne.Features["stress_less_ease_heartburn"]="stress less to ease heartburn";
StudioOne.Features["stroke_warning_signs"]="stroke 5 warning signs you must know";
StudioOne.Features["understanding_heartburn"]="understanding heartburn";
StudioOne.Features["heartburn_medications"]="heartburn medications 101";
StudioOne.Features["flat_abs_heartburn_NEW"]="flat abs for heartburn sufferers";
StudioOne.Features["flat_abs_heartburn"]="flat abs for heartburn sufferers";
StudioOne.Features["surviving_cold_season_get_well"]="surviving cold season part 2 how to get well quicker";
StudioOne.Features["heartburn_food_diary_NEW"]="heartburn food diary made simple";
StudioOne.Features["heartburn_food_diary"]="heartburn food diary made simple";
StudioOne.Features["heartburn_symptoms_or_heart_attack_NEW"]="heartburn or heart attack";
StudioOne.Features["heartburn_symptoms_or_heart_attack"]="heartburn or heart attack";
StudioOne.Features["start_exercising"]="no more exercise excuses";
StudioOne.Features["fast_food_heartburn"]="fast food without heartburn";
StudioOne.Features["holiday_fitness"]="keeping fit over the holidays";
StudioOne.Features["effects_of_noise"]="how noise pollution threatens your health ";
StudioOne.Features["workout_heartburn"]="best ways to beat exerciserelated heartburn";
StudioOne.Features["holiday_heartburn"]="holidays without heartburn part 1 food";
StudioOne.Features["best_stress_busters"]="best stress busters";
StudioOne.Features["environment_friendly_workout"]="green fitness";
StudioOne.Features["benefits_vitaminD "]="why you need more vitamin d";
StudioOne.Features["worry_well"]="how to worry well";
StudioOne.Features["beat_insomnia"]="beat insomnia now";
StudioOne.Features["good_bacteria"]="probiotics bacteria thats good for you";
StudioOne.Features["child_obesity"]="is your child obese";
StudioOne.Features["crossfit"]="maximum fitness";
StudioOne.Features["whole_grains"]="the whole scoop on whole grains";
StudioOne.Features["hair_loss_solutions "]="hair loss what really works";
StudioOne.Features["kettlebell"]="krazy for kettlebells";
StudioOne.Features["shake_salt_habit"]="shake the salt habit";
StudioOne.Features["first_aid_summer"]="first aid for summer";
StudioOne.Features["excerise_busy_parents"]="exercise for busy parents";
StudioOne.Features["summer_foods_for_heartburn"]="best summer foods for sensitive stomachs";
StudioOne.Features["chest_pain"]="chest pain 101";
StudioOne.Features["exercise_outside"]="natures gym";
StudioOne.Features["not_so_strange_food_ingredients"]="not so strange ingredients";
StudioOne.Features["sunscreen_smarts"]="sunscreen smarts";
StudioOne.Features["take_work_out_of_workload"]="take the work out of workout";
StudioOne.Features["debunking_detox_diets"]="debunking detox diets";
StudioOne.Features["stress_less_ten_strategies_that_work"]="stress less ten strategies that work ";
StudioOne.Features["walk_away_preg_lbs"]="walk away the pregnancy pounds";
StudioOne.Features["best_meals_men"]="best meals for men who hate to cook";
StudioOne.Features["boost_your_brainpower"]="boost your brainpower";
StudioOne.Features["boot_camp"]="is boot camp for you ";
StudioOne.Features["get_kids_to_eat_healthy"]="get your kids to eat healthy";
StudioOne.Features["good_drivers"]="good drivers live longer";
StudioOne.Features["is_tap_water_better"]="is tap water better";
StudioOne.Features["diabetes_could_you_have_it"]="diabetes could you have it and not know it";
StudioOne.Features["how_to_lose_gut"]="how to lose a gut and keep it off";
StudioOne.Features["best_health_advice"]="the best health advice i ever got";
StudioOne.Features["picking_a_gym"]="picking a gym";
StudioOne.Features["mens_checkup_101"]="mens checkup 101";
StudioOne.Features["healthy_holiday_treats"]="healthy treats for the holidays";
StudioOne.Features["feeling_fatigued_try_exercise"]="feeling fatigued try exercise";
StudioOne.Features["supplements_guide_to_men"]="supplements a guide for men";
StudioOne.Features["are_cell_phones_safe"]="are cell phones safe";
StudioOne.Features["surviving_cold_season"]="surviving cold season part 1 how not to get sick";
StudioOne.Features["omega_three_power"]="omega3 power boosts health";
StudioOne.Features["shoes_causing_foot_pain"]="shoes causing you foot pain";
StudioOne.Features["do_exercise_machines_lie"]="do exercise machines lie";
StudioOne.Features["big_breakfast_helps_lose_weight"]="big breakfast helps you lose weight";
StudioOne.Features["youthful_skin_forever"]="youthful skin forever";
StudioOne.Features["tai_chi"]="tai chi ancient chinese secret to health and wellbeing";
StudioOne.Features["how_antioxidants_save_life"]="how antioxidants can save your life";
StudioOne.Features["fit_or_fat"]="are you fit or fat";
StudioOne.Features["strange_fruit"]="strange fruit";
StudioOne.Features["happier_you_secret"]="the secret to a happier you";
StudioOne.Features["video_game_exercise"]="can video games count as exercise";
StudioOne.Features["max_nutrition"]="maximum nutrition";
StudioOne.Features["no_more_headaches"]="no more headaches";
StudioOne.Features["workout_with_other_half"]="workout with your other half";
StudioOne.Features["healthy_meals_ten_minutes"]="healthy meals in 10 minutes or less ";
StudioOne.Features["is_it_heart_attack"]="is it a heart attack";
StudioOne.Features["new_years_resolutions"]="keeping new years resolutions all year long";
StudioOne.Features["organic_really_better"]="is organic really better";
StudioOne.Features["take_charge_health"]="take charge of your health";
StudioOne.Features["avoid_burn"]="avoiding heartburn";
StudioOne.Features["enough_exercise"]="are you getting enough exercise";
StudioOne.Features["nordic_walk"]="walk the nordic way";
if (document.addEventListener) {
document.addEventListener(
"DOMContentLoaded",
function(){
StudioOne.alreadyrunflag=1;
StudioOne.catalystFunction(sonCommentsBasePath,StudioOne.Features);
},
false
)
} else if(document.all && !window.opera) {
document.write('