// JavaScript Document var Features = new Array(); Features[0] = new Array(); Features[0]['Title'] = 'Top 10 Thanksgiving Tips for Cat Owners'; Features[0]['Desc'] = 'Inquisitive cat behavior and Thanksgiving don’t always mix. Keep your kitty safe and happy this holiday season with these suggestions.'; Features[0]['Byline'] = 'Brad Kloza'; Features[0]['Link'] = 'http://www.thedailycat.com/lostandpound/Behavior/cat_behavior_thanksgiving/index.html'; Features[0]['Image'] = 'http://www.thedailycat.com/lostandpound/feature/feeds/cat_behavior_thanksgiving/images/composite.jpg'; Features[1] = new Array(); Features[1]['Title'] = 'Single-cat to Multi-cat Without Problems'; Features[1]['Desc'] = 'Want to help reduce the shelter cat population? Turn your single-feline household into a multi-cat one -- without angering your current top cat.'; Features[1]['Byline'] = 'Natalia Macrynikola'; Features[1]['Link'] = 'http://www.thedailycat.com/lostandpound/Blissful/cats_adoption/index.html'; Features[1]['Image'] = 'http://www.thedailycat.com/lostandpound/feature/feeds/cats_adoption/images/composite.jpg'; Features[2] = new Array(); Features[2]['Title'] = 'Declawing Cats: Risky Procedure or Simple Manicure?'; Features[2]['Desc'] = 'Declawing remains a controversial yet common procedure for cats. Should it be banned, or do the benefits ever outweigh the associated health risks?'; Features[2]['Byline'] = 'Jennifer Viegas'; Features[2]['Link'] = 'http://www.thedailycat.com/lostandpound/Health/cat_declawing/index.html'; Features[2]['Image'] = 'http://www.thedailycat.com/lostandpound/feature/feeds/cat_declawing/images/composite.jpg'; Features[3] = new Array(); Features[3]['Title'] = 'The Best Protein Sources for Your Cat'; Features[3]['Desc'] = 'As carnivores, cats crave and love meat. But are you feeding your feline the types of meat that provide optimal nutrition?'; Features[3]['Byline'] = 'Kim Boatman'; Features[3]['Link'] = 'http://www.thedailycat.com/lostandpound/Nutrition/protein_diet_cats/index.html'; Features[3]['Image'] = 'http://www.thedailycat.com/lostandpound/feature/feeds/protein_diet_cats/images/composite.jpg'; Features[4] = new Array(); Features[4]['Title'] = 'Special Purr Allows Cats to Manipulate Humans'; Features[4]['Desc'] = 'Do you sometimes feel like your cat controls you, albeit ever so sweetly? Scientists are discovering there is, in fact, some truth to that.'; Features[4]['Byline'] = 'Jennifer Viegas'; Features[4]['Link'] = 'http://www.thedailycat.com/lostandpound/Behavior/cats_purr2/index.html'; Features[4]['Image'] = 'http://www.thedailycat.com/lostandpound/feature/feeds/cats_purr2/images/composite.jpg'; Features[5] = new Array(); Features[5]['Title'] = 'Give Second-home Cats a Second Chance'; Features[5]['Desc'] = 'Did you know that adult cats are among the least adopted animals at shelters? Here’s how you can help remedy this dire situation.'; Features[5]['Byline'] = 'Natalia Macrynikola'; Features[5]['Link'] = 'http://www.thedailycat.com/lostandpound/Blissful/adult_cat_adoption/index.html'; Features[5]['Image'] = 'http://www.thedailycat.com/lostandpound/feature/feeds/adult_cat_adoption/images/composite.jpg'; Features[6] = new Array(); Features[6]['Title'] = 'Become a Health Detective for Your Cat'; Features[6]['Desc'] = 'Want to quickly spot signs of illness in your cat? We’ve uncovered the key symptoms to look -- and listen -- for.'; Features[6]['Byline'] = 'Karen Asp'; Features[6]['Link'] = 'http://www.thedailycat.com/lostandpound/Health/cat_illness_symptoms/index.html'; Features[6]['Image'] = 'http://www.thedailycat.com/lostandpound/feature/feeds/cat_illness_symptoms/images/composite.jpg'; Features[7] = new Array(); Features[7]['Title'] = 'How Veterinary Formula Cat Foods Work'; Features[7]['Desc'] = 'Are you concerned about your cat’s health? New veterinary formula therapeutic cat foods may be the answer to your worries.'; Features[7]['Byline'] = 'Jennifer Viegas'; Features[7]['Link'] = 'http://www.thedailycat.com/lostandpound/Nutrition/cat_foods_work/index.html'; Features[7]['Image'] = 'http://www.thedailycat.com/lostandpound/feature/feeds/cat_foods_work/images/composite.jpg'; Features[8] = new Array(); Features[8]['Title'] = 'Moving With Your Cat'; Features[8]['Desc'] = 'Relocating to a new home can put a lot of stress on your cat. Make life easier for both you and your cat by following these tips.'; Features[8]['Byline'] = 'Kim Boatman'; Features[8]['Link'] = 'http://www.thedailycat.com/lostandpound/Behavior/moving_cat/index.html'; Features[8]['Image'] = 'http://www.thedailycat.com/lostandpound/feature/feeds/moving_cat/images/composite.jpg'; Features[9] = new Array(); Features[9]['Title'] = 'Must-read Books for Cat Owners'; Features[9]['Desc'] = 'While students immerse themselves in books again this month, consider adding these book classics and new favorites to your own cat library.'; Features[9]['Byline'] = 'Natalia Macrynikola'; Features[9]['Link'] = 'http://www.thedailycat.com/lostandpound/Blissful/cat_books/index.html'; Features[9]['Image'] = 'http://www.thedailycat.com/lostandpound/feature/feeds/cat_books/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('
'); } }