// JavaScript Document var Features = new Array(); Features[0] = new Array(); Features[0]['Title'] = 'International Homeless Animals’ Day: Make a Difference'; Features[0]['Desc'] = 'August 21 is International Homeless Animals’ Day. Here’s how you can help to transform dogs from homeless to happy and homeward bound.'; Features[0]['Byline'] = 'Darcy Lockman'; Features[0]['Link'] = 'http://www.thedogdaily.com/Conduct/Owner/Pet_Activities/homeless_animals/index.html'; Features[0]['Image'] = 'http://www.thedogdaily.com/feature/feeds/homeless_animals/images/composite.jpg'; Features[1] = new Array(); Features[1]['Title'] = 'Top 10 Questions for Your Dog’s Veterinarian'; Features[1]['Desc'] = 'Make the most out of your dog’s next veterinary visit by knowing the right questions to ask.'; Features[1]['Byline'] = 'Elizabeth Wasserman'; Features[1]['Link'] = 'http://www.thedogdaily.com/Health/Owner/Pet_Health/dog_veterinarian/index.html'; Features[1]['Image'] = 'http://www.thedogdaily.com/feature/feeds/dog_veterinarian/images/composite.jpg'; Features[2] = new Array(); Features[2]['Title'] = '7 Food Ingredients for Your Dog’s Health'; Features[2]['Desc'] = 'Some dog foods are now specially formulated to protect your dog against common health problems. '; Features[2]['Byline'] = 'Jennifer Viegas'; Features[2]['Link'] = 'http://www.thedogdaily.com/Dish/Owner/Pet_Nutrition/dog_health_food/index.html'; Features[2]['Image'] = 'http://www.thedogdaily.com/feature/feeds/dog_health_food/images/composite.jpg'; Features[3] = new Array(); Features[3]['Title'] = 'Protect Your Dog This Summer'; Features[3]['Desc'] = 'The “dog days of summer” is almost a misnomer, because dogs can succumb to weather-related problems. Here are do’s and don’ts for protecting your dog from summer’s heat.'; Features[3]['Byline'] = 'Darcy Lockman'; Features[3]['Link'] = 'http://www.thedogdaily.com/Health/Owner/Pet_Health/dog_summer/index.html'; Features[3]['Image'] = 'http://www.thedogdaily.com/feature/feeds/dog_summer/images/composite.jpg'; Features[4] = new Array(); Features[4]['Title'] = 'How Dog Food Is Made and Tested'; Features[4]['Desc'] = 'From the initial recipe idea to the final product, learn how high-quality dog food is made and how it is then later tested by eager dog volunteers.'; Features[4]['Byline'] = 'Elizabeth Wasserman'; Features[4]['Link'] = 'http://www.thedogdaily.com/Dish/Owner/Pet_Nutrition/dog_food_recipes/index.html'; Features[4]['Image'] = 'http://www.thedogdaily.com/feature/feeds/dog_food_recipes/images/composite.jpg'; Features[5] = new Array(); Features[5]['Title'] = 'How Dogs React to Human Infants'; Features[5]['Desc'] = 'From sensing pregnancy to becoming jealous when baby arrives, dogs often have intense reactions to human infants. Here’s how to handle your growing family. '; Features[5]['Byline'] = 'Brad Kloza'; Features[5]['Link'] = 'http://www.thedogdaily.com/Conduct/Owner/Pet_Activities/dogs_and_infants/index.html'; Features[5]['Image'] = 'http://www.thedogdaily.com/feature/feeds/dogs_and_infants/images/composite.jpg'; Features[6] = new Array(); Features[6]['Title'] = 'Summer Fun for Dogs'; Features[6]['Desc'] = 'If your dog loves to swim and has an adventurous spirit, competitive dock diving and jumping could be part of its summer fun.'; Features[6]['Byline'] = 'Jennifer Viegas'; Features[6]['Link'] = 'http://www.thedogdaily.com/Happy/Owner_Pet_Activities/summer_activities_dogs/index.html'; Features[6]['Image'] = 'http://www.thedogdaily.com/feature/feeds/summer_activities_dogs/images/composite.jpg'; Features[7] = new Array(); Features[7]['Title'] = 'Are Tick and Flea Control Products Safe?'; Features[7]['Desc'] = 'The EPA recently announced that it has developed stricter testing and evaluation requirements for flea and tick products for your dog. If the EPA is worried, should you be too?'; Features[7]['Byline'] = 'Darcy Lockman'; Features[7]['Link'] = 'http://www.thedogdaily.com/Health/flea_control_dogs/index.html'; Features[7]['Image'] = 'http://www.thedogdaily.com/feature/feeds/flea_control_dogs/images/composite.jpg'; Features[8] = new Array(); Features[8]['Title'] = 'Take Your Dog to Work '; Features[8]['Desc'] = 'Take Your Dog to Work Day is June 25. Are you and your dog ready? '; Features[8]['Byline'] = 'Kim Boatman'; Features[8]['Link'] = 'http://www.thedogdaily.com/Conduct/Owner/Pet_Activities/dog_work/index.html'; Features[8]['Image'] = 'http://www.thedogdaily.com/feature/feeds/dog_work/images/composite.jpg'; Features[9] = new Array(); Features[9]['Title'] = 'Famous Fathers and Their Dogs'; Features[9]['Desc'] = 'This father’s day, we look back at famous dads who adore dogs. Plus, find out what dads can learn from their dogs.'; Features[9]['Byline'] = 'Elizabeth Wasserman'; Features[9]['Link'] = 'http://www.thedogdaily.com/Happy/Owner_Pet_Activities/dog_and_man/index.html'; Features[9]['Image'] = 'http://www.thedogdaily.com/feature/feeds/dog_and_man/images/composite.jpg'; function GetParams() { Params = new Array(); // 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 document.writeln(''); if( FeatureFormat == 'Image' ) { document.writeln(''); for( var FeatureIndex = 0; Features[FeatureIndex] != null && FeatureIndex < FeatureCount; FeatureIndex++ ) { document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln('
'); document.writeln('

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

'); } if( FeatureSponsor != '0' ) { 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('
'); } }