function StudioOne() {}
StudioOne.alreadyrunflag = 0;
StudioOne.cleanSauce = function() {
var originalBody = document.body.innerHTML;
var noTagBody = originalBody.replace(/(<([^>]+)>|[^\s\w\d\u00C1-\uFFFF]|[\u2000-\u303F\u00AB\u00BB])/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|be suntan savvy|pssst can you keep a secret|the summer fun starts here|pair up for a group date|7 things we love about justin bieber|a girls first shaving lesson|kick off a summer business|sharing a room with a sib|triple threat of toxic friends|5 secrets about cody linley|how to get rid of pimples fast|internet safety tips for teens|make your own beauty products|show mom you love her|hot new music for your playlist |is puberty affecting your athletics|secrets of a girl bully|quiz are you internet obsessed|the beginners guide to dating boys|twilight saga vampire gossip|on your period pamper yourself|how tv distorts your body image|quiz whats your bedroom vibe|the breakup howto guide|quiz whos your celeb dream date|beating eating disorders|peer pressure whatever|look fashionable on any budget|get along with your parents|the jonas brothers super biggest fan|stick with the activity kick|set a new trend for 2010|bring out your inner party planner|best gifts for your favorite boy|calling all new moon fans|making up is hard to do|holiday mission start a family tradition|5 funtastic things to do with your friends|when frenemies attack|quiz are you an awesome bff|ditch the body drama|may the force be with you|cheap is chic|wherefore art thou|whats buggin ya|the selfesteem makeover|sleep yeah right|make the new girl your new friend|quiz are you a fab fan|give sports a shot|quiz whats your nofibs factor|school countdown|girlfriends rule|chattin it up with miranda cosgrove|that pesky thing called puberty|quiz do you love mama earth|doesnt hurt to flirt|his bff is gulp a girl|quiz whos your teen celeb bff|beat bikini anxiety|kick boredom to the curb|make nice with mom|get that look|be an adventure girl|quiz whats your volunteer groove |spiff up your space|awkward moments much|zacs baack |emmas pet project|the abcs and ds of the bra|cool girls round the world|games girls play|whats your flava|buhbye bed head|quiz school stress gettin ya down|stuff we love|a world of difference|be a green teen|relationship resolutions for 2009|boys stink and other facts of life|go with the flow|girls got game|dont be sidelined|prezzies for your besties|celtic and cute|bring zit on)','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["safe_tanning"]="be suntan savvy";
StudioOne.Features["when_to_keep_a_secret"]="pssst can you keep a secret";
StudioOne.Features["summer_fun"]="the summer fun starts here";
StudioOne.Features["group_date"]="pair up for a group date";
StudioOne.Features["seven_things_justin_bieber"]="7 things we love about justin bieber";
StudioOne.Features["girls_shaving"]="a girls first shaving lesson";
StudioOne.Features["summer_business"]="kick off a summer business";
StudioOne.Features["share_room"]="sharing a room with a sib";
StudioOne.Features["toxic_friends"]="triple threat of toxic friends";
StudioOne.Features["cody_linley"]="5 secrets about cody linley";
StudioOne.Features["rid_pimples"]="how to get rid of pimples fast";
StudioOne.Features["internet_safety_teens"]="internet safety tips for teens";
StudioOne.Features["homemade_beauty"]="make your own beauty products";
StudioOne.Features["mother_daughter_relationships"]="show mom you love her";
StudioOne.Features["new_music"]="hot new music for your playlist ";
StudioOne.Features["puberty_and_sports"]="is puberty affecting your athletics";
StudioOne.Features["girl_bully_secrets"]="secrets of a girl bully";
StudioOne.Features["internet_obsessed"]="quiz are you internet obsessed";
StudioOne.Features["dating_boys"]="the beginners guide to dating boys";
StudioOne.Features["twilight_saga_vampire_gossip"]="twilight saga vampire gossip";
StudioOne.Features["pamper_yourself"]="on your period pamper yourself";
StudioOne.Features["body_image_and_television"]="how tv distorts your body image";
StudioOne.Features["teen_girl_bedroom"]="quiz whats your bedroom vibe";
StudioOne.Features["break_up_relationship"]="the breakup howto guide";
StudioOne.Features["celebrity_date"]="quiz whos your celeb dream date";
StudioOne.Features["eating_disorders"]="beating eating disorders";
StudioOne.Features["peer_pressure"]="peer pressure whatever";
StudioOne.Features["fashion_budget"]="look fashionable on any budget";
StudioOne.Features["parents_kids"]="get along with your parents";
StudioOne.Features["jonas_brothers_biggest_fan"]="the jonas brothers super biggest fan";
StudioOne.Features["girls_exercise"]="stick with the activity kick";
StudioOne.Features["new_trend"]="set a new trend for 2010";
StudioOne.Features["party_planning"]="bring out your inner party planner";
StudioOne.Features["gifts_for_boys"]="best gifts for your favorite boy";
StudioOne.Features["twilight_new_moon"]="calling all new moon fans";
StudioOne.Features["making_up"]="making up is hard to do";
StudioOne.Features["holiday"]="holiday mission start a family tradition";
StudioOne.Features["fun_activities_girls"]="5 funtastic things to do with your friends";
StudioOne.Features["frenemies"]="when frenemies attack";
StudioOne.Features["quiz_awesome_bff"]="quiz are you an awesome bff";
StudioOne.Features["ditch_body_drama"]="ditch the body drama";
StudioOne.Features["may_the_force_be_with_you"]="may the force be with you";
StudioOne.Features["cheap_is_chic"]="cheap is chic";
StudioOne.Features["wherefore_art_thou"]="wherefore art thou";
StudioOne.Features["buggin_ya"]="whats buggin ya";
StudioOne.Features["self_esteem_makeover"]="the selfesteem makeover";
StudioOne.Features["sleep"]="sleep yeah right";
StudioOne.Features["new_girl"]="make the new girl your new friend";
StudioOne.Features["celebrities_and_audiences"]="quiz are you a fab fan";
StudioOne.Features["give_sports_a_shot"]="give sports a shot";
StudioOne.Features["easier_to_lie"]="quiz whats your nofibs factor";
StudioOne.Features["back_to_school"]="school countdown";
StudioOne.Features["girls_friends"]="girlfriends rule";
StudioOne.Features["miranda_cosgrove"]="chattin it up with miranda cosgrove";
StudioOne.Features["girls_puberty"]="that pesky thing called puberty";
StudioOne.Features["mama_earth"]="quiz do you love mama earth";
StudioOne.Features["hurt_to_flirt"]="doesnt hurt to flirt";
StudioOne.Features["boyfriend_girlfriend"]="his bff is gulp a girl";
StudioOne.Features["celebrity_quiz"]="quiz whos your teen celeb bff";
StudioOne.Features["swimwear_girls"]="beat bikini anxiety";
StudioOne.Features["what_to_do_when_bored"]="kick boredom to the curb";
StudioOne.Features["make_nice_with_mom"]="make nice with mom";
StudioOne.Features["get_that_look"]="get that look";
StudioOne.Features["adventure_girl"]="be an adventure girl";
StudioOne.Features["volunteer_groove"]="quiz whats your volunteer groove ";
StudioOne.Features["spiff_up_your_space"]="spiff up your space";
StudioOne.Features["embarrasing_moments"]="awkward moments much";
StudioOne.Features["zacs_back"]="zacs baack ";
StudioOne.Features["emma_roberts_hotel_for_dogs"]="emmas pet project";
StudioOne.Features["abcs_bra_puberty"]="the abcs and ds of the bra";
StudioOne.Features["cool_girls_round_world"]="cool girls round the world";
StudioOne.Features["games_girls_play"]="games girls play";
StudioOne.Features["whats_your_flava"]="whats your flava";
StudioOne.Features["buh_bye_bed_head"]="buhbye bed head";
StudioOne.Features["school_stress"]="quiz school stress gettin ya down";
StudioOne.Features["stuff_we_love"]="stuff we love";
StudioOne.Features["world_of_difference"]="a world of difference";
StudioOne.Features["be_a_green_teen"]="be a green teen";
StudioOne.Features["relationships_2009"]="relationship resolutions for 2009";
StudioOne.Features["boys_stink"]="boys stink and other facts of life";
StudioOne.Features["flow"]="go with the flow";
StudioOne.Features["girl_game"]="girls got game";
StudioOne.Features["no_sideline"]="dont be sidelined";
StudioOne.Features["prezzies"]="prezzies for your besties";
StudioOne.Features["celtic_cute"]="celtic and cute";
StudioOne.Features["bring_zit_on"]="bring zit on";
if (document.addEventListener) {
document.addEventListener(
"DOMContentLoaded",
function(){
StudioOne.alreadyrunflag=1;
StudioOne.catalystFunction(sonCommentsBasePath,StudioOne.Features);
},
false
)
} else if(document.all && !window.opera) {
document.write('