// 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 || page.indexOf("PhotoshopElements") > 0){
//      frequency = 10;  // display every 10 pages
// }else if ( page.indexOf("Photoshop") > 0 ){
//      frequency = 5;   // display every 5 pages
// }

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

// document.write(surveyLink);

// END_SSI: learn_livedocs_survey_2007.js

