// JavaScript Document var Features = []; Features[0] = []; Features[0].Title = 'Smart Spending and Saving for College Students'; Features[0].Desc = 'You can’t afford not to read this! No matter what your source of money is, there are easy ways to really stretch out that cash -- and even stash some away.'; Features[0].Byline = 'Ocean Gildee'; Features[0].Link = 'http://therealcollegeguide.com/cobrand/feature/dorm/smart_spending_and_saving/index.html'; Features[0].Image = 'http://therealcollegeguide.com/cobrand/feeds/smart_spending_and_saving/small.jpg'; Features[1] = []; Features[1].Title = 'How to Eat Healthier at the Dining Hall '; Features[1].Desc = 'Eating on a meal plan can keep cash in your pocket and keep excess weight off. Just keep these foods off your plate. ...'; Features[1].Byline = 'Amara Dieter'; Features[1].Link = 'http://therealcollegeguide.com/cobrand/feature/health_fitness/healthier_dining_hall_food/index.html'; Features[1].Image = 'http://therealcollegeguide.com/cobrand/feeds/healthier_dining_hall_food/small.jpg'; Features[2] = []; Features[2].Title = 'Pad Your Resume in College'; Features[2].Desc = 'Sure, a rockin’ GPA looks good on a resume. But it doesn’t exactly fill up the page. Learn how to bulk up your resume … even with no job history. '; Features[2].Byline = 'Nancy Mucciarone'; Features[2].Link = 'http://therealcollegeguide.com/cobrand/feature/school_career_stuff /pad_your_resume_in_college/index.html'; Features[2].Image = 'http://therealcollegeguide.com/cobrand/feeds/pad_your_resume_in_college/small.jpg'; Features[3] = []; Features[3].Title = 'Student Discount Directory'; Features[3].Desc = ''; Features[3].Byline = 'Nancy Mucciarone'; Features[3].Link = 'http://therealcollegeguide.com/cobrand/feature/dorm/student_discount_directory/index.html'; Features[3].Image = 'http://therealcollegeguide.com/cobrand/feeds/student_discount_directory/small.jpg'; Features[4] = []; Features[4].Title = 'Getting Back to the College Mindset'; Features[4].Desc = 'Your brain’s been on a much-needed brake. (Or is it “break”?!) Now it’s time to switch gears. Here’s our advice for getting re-acclimated to the college scene.'; Features[4].Byline = 'Elizabeth Cunningham'; Features[4].Link = 'http://therealcollegeguide.com/cobrand/feature/academics/getting_back_to_college/index.html'; Features[4].Image = 'http://therealcollegeguide.com/cobrand/feeds/getting_back_to_college/small.jpg'; Features[5] = []; Features[5].Title = 'Student Resource Directory'; Features[5].Desc = ''; Features[5].Byline = 'Elizabeth Cunningham'; Features[5].Link = 'http://therealcollegeguide.com/cobrand/feature/school_career_stuff /student_resource_directory/index.html'; Features[5].Image = 'http://therealcollegeguide.com/cobrand/feeds/student_resource_directory/small.jpg'; Features[6] = []; Features[6].Title = 'Buff up Your Back-to-School Body '; Features[6].Desc = 'Get off your butt and try out this effective strength-training workout that’ll help your body burn more calories when you sit back down -- no fancy equipment required.'; Features[6].Byline = 'Elizabeth Cunningham'; Features[6].Link = 'http://therealcollegeguide.com/cobrand/feature/health_fitness/buff_up_back-to-school/index.html'; Features[6].Image = 'http://therealcollegeguide.com/cobrand/feeds/buff_up_back-to-school/small.jpg'; Features[7] = []; Features[7].Title = 'Get Career Goals in Gear This Summer'; Features[7].Desc = 'You’re not even sure about your major, let alone what you want to be when you grow up? Summer is prime time for wrapping your head around career goals.'; Features[7].Byline = 'Elizabeth Cunningham'; Features[7].Link = 'http://therealcollegeguide.com/cobrand/feature/academics/set_career_goals/index.html'; Features[7].Image = 'http://therealcollegeguide.com/cobrand/feeds/set_career_goals/small.jpg'; Features[8] = []; Features[8].Title = 'Alternative Summer Plans'; Features[8].Desc = 'That summer internship or barista job didn’t work out as planned? Here, our list of 10 non-traditional ways to while away your remaining summer days.'; Features[8].Byline = 'Lauren Joffe'; Features[8].Link = 'http://therealcollegeguide.com/cobrand/feature/lifestyle/alternative_summer_plans/index.html'; Features[8].Image = 'http://therealcollegeguide.com/cobrand/feeds/alternative_summer_plans/small.jpg'; Features[9] = []; Features[9].Title = 'Just a Little Food for Thought'; Features[9].Desc = 'Hey, do you even think about what you’re eating? Not chowing down on what’s good for you is not only bad for your bod, but your grades could suffer too. '; Features[9].Byline = 'David Replogle'; Features[9].Link = 'http://therealcollegeguide.com/cobrand/feature/health_fitness/mindless_eating/index.html'; Features[9].Image = 'http://therealcollegeguide.com/cobrand/feeds/mindless_eating/small.jpg'; function GetParams() { Params = []; // get the script object that "included" this JavaScript file in the src attribute var Scripts = document.getElementsByTagName('script'); if( Scripts && Scripts.length > 0 ) { // the script object that "included" us is currently the last script object loaded // (any following script objects will be created after this code executes) var ThisScript = Scripts[Scripts.length-1]; var QueryString = ThisScript.src.replace(/^[^\?]+\??/,''); var KeyValuePairs = QueryString.split( '&' ); for( var i=0; i 0 ) { var key = KeyValuePairs[i].substring(0,pos); var val = KeyValuePairs[i].substring(pos+1); Params[key] = val; } } } return Params; } var Params = GetParams(); var FeatureFormat = Params.Format; if( !FeatureFormat ){ FeatureFormat = 'Desc'; } var FeatureCount = parseInt( Params.Count ); if( !FeatureCount ){ FeatureCount = 1; } var FeatureSponsor = Params.Sponsor; if( !FeatureSponsor ){ FeatureSponsor = '1'; } var FeatureByLine = Params.ByLine; if( !FeatureByLine ){ FeatureByLine = '0'; } var FeatureLogo = Params.Logo; if( !FeatureLogo ){ FeatureLogo = '0'; } // display features if( FeatureFormat == 'Image' ) { document.writeln(''); for( var FeatureIndex = 0; Features[FeatureIndex] != null && FeatureIndex < FeatureCount; FeatureIndex++ ) { document.writeln(''); document.writeln(''); document.writeln(''); } if( FeatureSponsor != '0' ) { document.writeln(''); document.writeln(''); document.writeln(''); document.writeln('
'); document.writeln('

'); document.writeln('' + Features[FeatureIndex].Title + ' -- ' + Features[FeatureIndex].Desc + '

'); document.writeln('
'); } } else if( FeatureFormat == 'HTML') { document.writeln('
'); if( FeatureLogo == '1' ) { document.writeln(''); } for( var FeatureIndex = 0; Features[FeatureIndex] != null && FeatureIndex < FeatureCount; FeatureIndex++ ) { document.writeln(''); document.writeln( ( ( FeatureByLine == '1' && Features[FeatureIndex].Byline ) ? '
By ' + Features[FeatureIndex].Byline + '
' : '' ) ); document.writeln('
' + Features[FeatureIndex].Desc + '
'); } document.writeln('
'); } else { document.writeln('
'); document.writeln('
    '); for( var FeatureIndex = 0; Features[FeatureIndex] != null && FeatureIndex < FeatureCount; FeatureIndex++ ) { document.writeln('
  • ' + Features[FeatureIndex].Title + '' + ( FeatureFormat == 'Desc' ? ' -- ' + Features[FeatureIndex].Desc : '' ) + '
  • '); } document.writeln('
'); document.writeln('
'); if( FeatureSponsor != '0' ) { document.writeln(''); document.writeln('
'); document.writeln('

The Real College Guide is made possible by ReadyU!

'); } } var CurDate = new Date(); var CacheString = '?' + CurDate.getMonth() + CurDate.getDate() + CurDate.getYear() + CurDate.getTime(); document.writeln(''); if( FeatureFormat == 'Image' ) { if( FeatureSponsor != '0' ) { document.writeln('
'); document.writeln('

The Real College Guide is made possible by ReadyU!

'); document.writeln('
'); } document.writeln('
'); } else if( FeatureSponsor != '0' ) { document.writeln(''); } document.writeln('');