// START_SSI: learn_livedocs_survey_2007.js
//
// Script name: /learn_livedocs_survey_2007.js
// Description: Reduces the number of survey links to specific products
//

//
// *** NOTE: The survey was disabled on 6/20/08
//

// var frequency, num;
// var page = location.href;
// var surveyLink = '<p><a href="/learn_livedocs_survey_2007.html"' + 
//                   'title="/learn_livedocs_survey_2007.html" target="_blank">' + 
//                   '<img alt="Take a survey" border="0" src="/Take_a_survey_Icon_w_text.gif" /></a></p>';

// if (page.indexOf("/Dreamweaver/") > 0 ){                      // display every 10 pages
//      frequency = 10; 
// }else if ( page.indexOf("/Photoshop/") > 0 ){                 // display every 5 pages
//      frequency = 5;   
// }else if ( page.indexOf("/Acrobat/8.0/Professional/") > 0 ){  // display every 2 pages
//      frequency = 2;  
// }else if ( page.indexOf("/PhotoshopElements/") > 0 ){         // display every 4 pages
//      frequency = 4;  
// }

// if ( frequency > 0 ){ 
//      num = Math.floor ( Math.random() * frequency );
//      if ( num != 1 ) {  
//          surveyLink = "";
//      }
// }

// document.write(surveyLink);

// END_SSI: learn_livedocs_survey_2007.js
