home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / effortless / archive / effortless.200102 < prev    next >
Internet Message Format  |  2001-02-11  |  52KB

  1. From: Jeff Salisbury <jeff.salisbury@xmission.com>
  2. Subject: [effortless] 60 Minutes story on Wall Street Analysts...
  3. Date: 01 Feb 2001 07:56:29 -0700
  4.  
  5. This is a multi-part message in MIME format.
  6. --------------5AF2242CE2852B5F200C83B2
  7. Content-Type: text/plain; charset=us-ascii
  8. Content-Transfer-Encoding: 7bit
  9.  
  10. Hi Everyone,
  11.  
  12. Just this morning, a friend emailed me a link to the 60 Minutes
  13. transcripts of the story that was mentioned during our conference call.
  14. It's going in my files and thought you may want it too...
  15.  
  16. Jeff
  17.  
  18. http://cbsnews.com/now/story/0,1597,267200-412,00.shtml
  19. --------------5AF2242CE2852B5F200C83B2
  20. Content-Type: text/html; charset=us-ascii;
  21.  name="0,1597,267200-412,00.shtml"
  22. Content-Transfer-Encoding: 7bit
  23. Content-Disposition: inline;
  24.  filename="0,1597,267200-412,00.shtml"
  25. Content-Base: "http://cbsnews.com/now/story/0,1597,26
  26.         7200-412,00.shtml"
  27. Content-Location: "http://cbsnews.com/now/story/0,1597,26
  28.         7200-412,00.shtml"
  29.  
  30. <!-- Using CBS - STORY - LARGE -->
  31. <html>
  32. <head>
  33. <title>CBS News | Wall Street Prophets</title>
  34. <!-- wildcard 1 -->
  35. <script language=javascript>
  36. <!--
  37.  
  38.  var ns,ie;
  39. bname = navigator.appName;
  40. ver = navigator.appVersion;
  41. int_ver = parseInt(ver);
  42. if (bname.indexOf("Netscape") >= 0 && int_ver >= 4) ns = 1;
  43. if (bname.indexOf("Microsoft Internet Explorer") >=0 && int_ver >= 4) ie =
  44. 1;
  45. if (ns)
  46. {var csstype='nn';}
  47. else if (ie)
  48. {var csstype='ie';}
  49. if (csstype)
  50. {
  51.  
  52.         document.write('<link rel=stylesheet type="text/css" ')
  53.         document.write('href=/common/css/news_')
  54.         document.write(csstype + '.css>')
  55.  
  56. //var css_code = "<link rel=stylesheet
  57. type='text/css'href=/common/css/news_" + csstype +
  58. ".css>";document.write(css_code);
  59. }
  60. // -->
  61. </script>
  62. <script>
  63. <!--
  64. function gothereNow(selectElement) {
  65.         var theLocation =
  66. selectElement.options[selectElement.selectedIndex].value;
  67.         if(theLocation != "") {
  68.                 top.location.replace(theLocation);
  69.         } else {
  70.                 return false;
  71.         }
  72. }
  73.  
  74. function PopUp(url,w,h) {
  75. var dim = eval('"width=' + w + ',height=' + h + '"');
  76. Npop = window.open(url,"pop",dim);
  77. }
  78.  
  79. VoteWindow = false;
  80. function popQuestion(VoteUrl, SectionForAdd) {
  81.         var URL =
  82. "/common/html/popvotequestion/popQVoteFrameset.html?qVote=" + VoteUrl +
  83. "&sec=" + SectionForAdd;
  84.         var size = "width=250,height=430"
  85.  
  86.         if (!VoteWindow) {
  87.                 VoteWindow = window.open(URL, '', size);
  88.         } else {
  89.                 if (VoteWindow.closed) {
  90.                         VoteWindow = window.open(URL, '', size);
  91.                 } else {
  92.                         VoteWindow.focus();
  93.                 }
  94.         }
  95. }
  96.  
  97. function no_externals()
  98. {
  99.         if( confirm("The function you have requested is notnsupported by
  100. your browser.nnTo see a further explanation of the problem,nas well as
  101. instructions on how to downloadna more up-to-date browser, simply click
  102. [OK]."))
  103.                 self.location.href =  "story_112201.html";
  104. }
  105.  
  106. /*
  107. ** AD TAG procedures **********
  108.  
  109. Created by: Gene Hsueh 03/09/2000
  110. Purpose: to use JavaScript to generate DoubleClick ad tags
  111. Main functions:
  112.  
  113.         getAdTag - use this for placement of regular ads
  114.         getEnhancedAd - use this for placement of enhanced ads
  115.         getEnhancedLayer - use this before the </BODY> tag, required for
  116. enhanced ads
  117.  
  118. Important:
  119.  
  120.         the following JavaScript is required in the story server template
  121.  
  122.         var affiliateCode = 'wxxx';
  123.         var ordNumber = 'ord=' + generateOrd() + '?';
  124.         var section = 'sec=' + 100 +';';
  125.  
  126.         and story server should generate the affiliateCode and section
  127.  
  128. */
  129.  
  130. function generateOrd() {
  131. // returns time in milliseconds
  132. var now = new Date();
  133.         return now.getTime();
  134. }
  135.  
  136. function getAdCode (p_Type) {
  137.  
  138. if (affiliateCode == 'cbs') {
  139.         affiliateCode = 'network';
  140. }
  141.  
  142. switch (p_Type) {
  143.         case 'network':
  144.                 return 'network.now.com/' + affiliateCode + ';';
  145.  
  146.         case 'affiliate':
  147.                 return affiliateCode + '.now.com/' + affiliateCode + ';';
  148.  
  149.         case 'split':
  150.                 if (generateOrd() % 2 == 1) {
  151.                         return getAdCode ('network');
  152.                 } else {
  153.                         return getAdCode ('affiliate');
  154.                 }
  155.         }
  156. }
  157.  
  158. function getAdTag (p_Width, p_Height, p_Tile, p_AdType) {
  159.  
  160. var adText;
  161. var adCode = getAdCode(p_AdType);
  162. var size = 'sz=' + p_Width + 'x' + p_Height + ';';
  163. var tile = 'tile=' + p_Tile + ';';
  164. var htmlSize = 'width=' + p_Width + ' height=' + p_Height;
  165.  
  166. // a href tag
  167. adText =                        "<A HREF=\"http://ad.doubleclick.net/jump/"
  168. adText = adText +       adCode + tile + section + size + ordNumber + "\">"
  169.  
  170. // image tag
  171. adText = adText +       "<IMG src=\"http://ad.doubleclick.net/ad/"
  172. adText = adText +       adCode + tile + section + size + ordNumber + "\" "
  173. adText = adText +       "align=\"top\" " + htmlSize + " border=0></A>"
  174.  
  175. return adText;
  176. }
  177.  
  178. function getEnhancedAd (p_Width, p_Height, p_Tile, p_AdType) {
  179.  
  180. var adText;
  181. var adCode = getAdCode(p_AdType);
  182. var size = 'sz=' + p_Width + 'x' + p_Height + ';';
  183. var tile = 'tile=' + p_Tile + ';';
  184. var htmlSize = 'width=' + p_Width + ' height=' + p_Height;
  185.  
  186. // iframe tag
  187. adText =                        "<NOLAYER><IFRAME src=\"
  188. http://ad.doubleclick.net/adi/"
  189. adText = adText +       adCode + tile + section + size + ordNumber + "\" "
  190. adText = adText +       htmlSize + " marginwidth=0 marginheight=0 "
  191. adText = adText +       "hspace=0 vspace=0 frameborder=0 scrolling=no
  192. ALIGN=\"top\">"
  193.  
  194. // a href tag
  195. adText = adText +       "<A HREF=\"http://ad.doubleclick.net/jump/"
  196. adText = adText +       adCode + tile + section + size + ordNumber + "\">"
  197.  
  198. // image tag
  199. adText = adText +       "<IMG src=\"http://ad.doubleclick.net/ad/"
  200. adText = adText +       adCode + tile + section + size + ordNumber + "\" "
  201. adText = adText +       "align=\"top\" " + htmlSize + " border=0>"
  202. adText = adText +       "</A><BR></IFRAME></NOLAYER>"
  203.  
  204. // ilayer tag
  205. adText = adText +       "<ILAYER id=topbanner visibility=hidden width=" +
  206. htmlSize + "></ILAYER>"
  207.  
  208. return adText;
  209. }
  210.  
  211. function getEnhancedLayer (p_Width, p_Height, p_Tile, p_AdType) {
  212.  
  213. var adText;
  214. var adCode = getAdCode(p_AdType);
  215. var size = 'sz=' + p_Width + 'x' + p_Height + ';';
  216. var tile = 'tile=' + p_Tile + ';';
  217. var htmlSize = 'width=' + p_Width + ' height=' + p_Height;
  218.  
  219. // layer tag
  220. adText =                        "<LAYER src=\"http://ad.doubleclick.net/adi/
  221. "
  222. adText = adText +       adCode + tile + section + size + ordNumber + "\" "
  223. adText = adText +       htmlSize + " visibility=hidden "
  224. adText = adText +       "onload=\"moveToAbsolute((topbanner.pageX),
  225. (topbanner.pageY)); "
  226. adText = adText +       "clip.width=" + p_Width + "; clip.height=" +
  227. p_Height
  228. adText = adText +       "; visibility='show';\"></LAYER>"
  229.  
  230. return adText;
  231. }
  232.  
  233. // ** end of AD TAG procedures **********
  234.  
  235. //-->
  236.  
  237. </script>
  238.  
  239. <script src="/common/js/cbs_sniffer.js">
  240. BROWSER = "Microsoft Internet Explorer";
  241. PLATFORM = "Win";
  242. BROWSER_VERSION = 3;
  243. IS_IE = true;
  244. IS_NAV = false;
  245. HAS_FLASH = false;
  246. HAS_SHOCKWAVE = true;
  247. HAS_METASTREAM = true;
  248. HAS_REAL_5 = true;
  249. HAS_REAL_G2 = true;
  250. HAS_WINMED = true;
  251. </script>
  252.  
  253. <SCRIPT LANGUAGE="JavaScript" SRC="/common/js/vlaunch_flat.js">
  254. <!--
  255. vlaunch = no_externals;
  256. // -->
  257. </SCRIPT><SCRIPT language="JavaScript">
  258.  
  259. function generateOrd() {
  260. // returns time in milliseconds
  261. var now = new Date();
  262.         return now.getTime();
  263. }
  264.  
  265. function getAdCode (p_Type) {
  266. var affiliateCode =  'cbs';
  267. if (affiliateCode == 'cbs') {
  268.         affiliateCode = 'network';
  269. }
  270.  
  271. switch (p_Type) {
  272.  
  273.         case 'network':
  274.                 return 'network.now.com/' + affiliateCode + ';';
  275.  
  276.         case 'affiliate':
  277.                 return affiliateCode + '.now.com/' + affiliateCode + ';';
  278.  
  279.         case 'cbs':
  280.                 return 'network.now.com/network;';
  281.  
  282.         case 'CBS':
  283.                 return 'network.now.com/network;';
  284.  
  285.         case 'split':
  286.                 if (generateOrd() % 2 == 1) {
  287.                         return getAdCode ('network');
  288.                 } else {
  289.                         return getAdCode ('affiliate');
  290.                 }
  291.         default:
  292.                 return getAdCode ('affiliate');
  293.         }
  294. }
  295.  
  296. function getAdTag (p_Width, p_Height, p_Tile, p_AdType) {
  297.  
  298. var adText;
  299. var adCode = getAdCode(p_AdType);
  300. var size = 'sz=' + p_Width + 'x' + p_Height + ';';
  301. var tile = 'tile=' + p_Tile + ';';
  302. var htmlSize = 'width=' + p_Width + ' height=' + p_Height;
  303.  
  304. // a href tag
  305. adText =                        "<A HREF=\"http://ad.doubleclick.net/jump/"
  306. adText = adText +       adCode + tile + section + size + ordNumber + "\">"
  307.  
  308. // image tag
  309. adText = adText +       "<IMG src=\"http://ad.doubleclick.net/ad/"
  310. adText = adText +       adCode + tile + section + size + ordNumber + "\" "
  311. adText = adText +       "align=\"top\" " + htmlSize + " border=0></A>"
  312.  
  313. return adText;
  314. }
  315.  
  316. function getEnhancedAd (p_Width, p_Height, p_Tile, p_AdType) {
  317.  
  318. var adText;
  319. var adCode = getAdCode(p_AdType);
  320. var size = 'sz=' + p_Width + 'x' + p_Height + ';';
  321. var tile = 'tile=' + p_Tile + ';';
  322. var htmlSize = 'width=' + p_Width + ' height=' + p_Height;
  323.  
  324. // iframe tag
  325. adText =                        "<NOLAYER><IFRAME src=\"
  326. http://ad.doubleclick.net/adi/"
  327. adText = adText +       adCode + tile + section + size + ordNumber + "\" "
  328. adText = adText +       htmlSize + " marginwidth=0 marginheight=0 "
  329. adText = adText +       "hspace=0 vspace=0 frameborder=0 scrolling=no
  330. ALIGN=\"top\">"
  331.  
  332. // a href tag
  333. adText = adText +       "<A HREF=\"http://ad.doubleclick.net/jump/"
  334. adText = adText +       adCode + tile + section + size + ordNumber + "\">"
  335.  
  336. // image tag
  337. adText = adText +       "<IMG src=\"http://ad.doubleclick.net/ad/"
  338. adText = adText +       adCode + tile + section + size + ordNumber + "\" "
  339. adText = adText +       "align=\"top\" " + htmlSize + " border=0>"
  340. adText = adText +       "</A><BR></IFRAME></NOLAYER>"
  341.  
  342. // ilayer tag
  343. adText = adText +       "<ILAYER id=topbanner visibility=hidden width=" +
  344. htmlSize + "></ILAYER>"
  345.  
  346. return adText;
  347. }
  348.  
  349. function getEnhancedLayer (p_Width, p_Height, p_Tile, p_AdType) {
  350.  
  351. var adText;
  352. var adCode = getAdCode(p_AdType);
  353. var size = 'sz=' + p_Width + 'x' + p_Height + ';';
  354. var tile = 'tile=' + p_Tile + ';';
  355. var htmlSize = 'width=' + p_Width + ' height=' + p_Height;
  356.  
  357. // layer tag
  358. adText =                        "<LAYER src=\"http://ad.doubleclick.net/adi/
  359. "
  360. adText = adText +       adCode + tile + section + size + ordNumber + "\" "
  361. adText = adText +       htmlSize + " visibility=hidden "
  362. adText = adText +       "onload=\"moveToAbsolute((topbanner.pageX),
  363. (topbanner.pageY)); "
  364. adText = adText +       "clip.width=" + p_Width + "; clip.height=" +
  365. p_Height
  366. adText = adText +       "; visibility='show';\"></LAYER>"
  367.  
  368. return adText;
  369. }
  370.  
  371. // ** end of AD TAG procedures **********
  372.  
  373. //-->
  374.  
  375. </SCRIPT></head>
  376.  
  377. <body bgcolor=000033 background="
  378. http://a1800.g.akamai.net/7/1800/121/948928646/newsimages.cbsig.net/common/images/elements/bg.gif
  379. " link=999999 vlink=999999 text=000000 marginheight=4 marginwidth=4
  380. topmargin=4 leftmargin=4>
  381. <a name="top"></a>
  382. <table border=0 cellspacing=0 cellpadding=0>
  383. <tr>
  384. <td valign=top>
  385.  
  386. <!-- # # # # # beginning left nav # # # # #  -->
  387. <table border=0 cellspacing=0 cellpadding=0>
  388. <tr>
  389. <td align=center valign=top nowrap>
  390.  
  391. <!-- # # # # # CBS LOGO # # # # # -->
  392.         <table width=143 height=100 border=0 cellspacing=0 cellpadding=0>
  393.         <tr>
  394.         <td nowrap><table height=12 border=0 cellspacing=0
  395. cellpadding=0><tr><td></td></tr></table></td>
  396.         </tr>
  397.         <tr>
  398.         <td align=center valign=bottom>
  399.          <a href="/now/section/0,1636,100-412,00.shtml"><img src="
  400. http://a1800.g.akamai.net/7/1800/121/948928892/newsimages.cbsig.net/common/images/elements/logo-cbsnews.gif
  401. " alt="CBS News Home" width=130 height=78 vspace=0 border=0></a></td>
  402.         </tr>
  403.         </table>
  404. <!-- wildcard 2 -->
  405.  
  406. <!-- # # # # # the global part of the nav # # # # # -->
  407. <!-- Vignette StoryServer 4 Wed Jan 10 11:12:39 2001 -->
  408. <!-- # # # # # CBS NEWS BROADCASTS # # # # # -->
  409.  
  410.         <table border=0 width=143 cellspacing=0 cellpadding=0>
  411.         <tr>
  412.         <td colspan=5><table height=8 border=0 cellspacing=0
  413. cellpadding=0><tr><td></td></tr></table></td>
  414.         </tr>
  415.         <tr>
  416.         <td bgcolor=#CCCC99 background="
  417. http://cbsnews.com/common/images/elements/nav_top.gif" colspan=5><table
  418. height=5 border=0 cellspacing=0
  419. cellpadding=0><tr><td></td></tr></table></td>
  420.         </tr>
  421.         <tr>
  422.         <td bgcolor=#FFCC00 rowspan=3 nowrap><br></td>
  423.         <td bgcolor=#CCCC99 colspan=3 class=navhead width=141 align=center>
  424.         <font color=#000000><b>CBS NEWS BROADCASTS</b></font></td>
  425.         <td bgcolor=#FFCC00 rowspan=3 nowrap><br></td>
  426.         </tr>
  427.         <tr>
  428.         <td bgcolor=#FFCC00 colspan=3 nowrap><img src="
  429. http://cbsnews.com/common/images/elements/transp.gif" height=1
  430. width=141></td>
  431.         </tr>
  432.         <tr>
  433.         <td align=center valign=middle colspan=3>
  434.         <font size=1 face="arial,sans-serif">
  435. <script>
  436. if (navigator.appName == "Netscape") {
  437.         document.write('<br>')
  438. }
  439. </script>
  440. <!-- START PULL-DOWN -->
  441.         <FORM name="forms">
  442.         <SELECT name="go_select" class="pulldown"
  443. onChange="gothereNow(this);">
  444.  
  445.  
  446.                 <option value="/now/section/0,1636,3475-412,00.shtml"
  447. TARGET="_top">60 Minutes</option>
  448.  
  449.                 <option value="/now/section/0,1636,3475-412,00.shtml"
  450. TARGET="_top">II</option>
  451.                   <option value="">- - - -</option>
  452.  
  453.  
  454.                         <option
  455. value="/now/section/0,1636,3400-412,00.shtml" TARGET="_top">News</option>
  456.  
  457.                         <option
  458. value="/now/section/0,1636,3400-412,00.shtml"
  459. TARGET="_top">Broadcasts</option>
  460.                  <option value="">- - - -</option>
  461.  
  462.  
  463.                         <option value="http://cbsnews.com/earlyshow/"
  464. TARGET="_top">The Early</option>
  465.  
  466.                         <option value="http://cbsnews.com/earlyshow/"
  467. TARGET="_top">Show</option>
  468.                  <option value="">- - - -</option>
  469.  
  470.  
  471.                         <option
  472. value="/now/section/0,1636,3420-412,00.shtml" TARGET="_top">CBS
  473. Evening</option>
  474.  
  475.                         <option
  476. value="/now/section/0,1636,3420-412,00.shtml" TARGET="_top">News</option>
  477.                  <option value="">- - - -</option>
  478.  
  479.  
  480.                         <option
  481. value="/now/section/0,1636,3410-412,00.shtml" TARGET="_top">48Hours</option>
  482.                  <option value="">- - - -</option>
  483.  
  484.  
  485.                         <option
  486. value="/now/section/0,1636,3415-412,00.shtml"
  487. TARGET="_top">60Minutes</option>
  488.                  <option value="">- - - -</option>
  489.  
  490.  
  491.                         <option
  492. value="/now/section/0,1636,3480-412,00.shtml" TARGET="_top">The
  493. Saturday</option>
  494.  
  495.                         <option
  496. value="/now/section/0,1636,3480-412,00.shtml"
  497. TARGET="_top">EarlyShow</option>
  498.                  <option value="">- - - -</option>
  499.  
  500.  
  501.                         <option
  502. value="/now/section/0,1636,3445-412,00.shtml" TARGET="_top">CBS
  503. News</option>
  504.  
  505.                         <option
  506. value="/now/section/0,1636,3445-412,00.shtml" TARGET="_top">Sunday</option>
  507.  
  508.                         <option
  509. value="/now/section/0,1636,3445-412,00.shtml" TARGET="_top">Morning</option>
  510.                  <option value="">- - - -</option>
  511.  
  512.  
  513.                         <option
  514. value="/now/section/0,1636,3460-412,00.shtml" TARGET="_top">Face
  515. the</option>
  516.  
  517.                         <option
  518. value="/now/section/0,1636,3460-412,00.shtml" TARGET="_top">Nation</option>
  519.                  <option value="">- - - -</option>
  520.  
  521.  
  522.                         <option
  523. value="/now/section/0,1636,3435-412,00.shtml" TARGET="_top">CBS
  524. Morning</option>
  525.  
  526.                         <option
  527. value="/now/section/0,1636,3435-412,00.shtml" TARGET="_top">News</option>
  528.                  <option value="">- - - -</option>
  529.  
  530.  
  531.                         <option
  532. value="/now/section/0,1636,3455-412,00.shtml" TARGET="_top">Up to
  533. the</option>
  534.  
  535.                         <option
  536. value="/now/section/0,1636,3455-412,00.shtml" TARGET="_top">Minute</option>
  537.                  <option value="">- - - -</option>
  538.          </select></form></font>
  539. <!-- END PULL-DOWN -->
  540.         </td>
  541.         </tr>
  542.         <tr>
  543.         <td bgcolor=#ffcc00 background="
  544. http://cbsnews.com/common/images/elements/nav1-bottom.gif" colspan=5
  545. height=5><table height=5 border=0 cellspacing=0
  546. cellpadding=0><tr><td></td></tr></table></td>
  547.         </tr>
  548.         </table>
  549.  
  550. <!-- # # # # # NAVIGATE # # # # # -->
  551.         <table border=0 width=143 cellspacing=0 cellpadding=0>
  552.         <tr>
  553.         <td colspan=5><table height=8 border=0 cellspacing=0
  554. cellpadding=0><tr><td></td></tr></table></td>
  555.         </tr>
  556.         <tr>
  557.         <td colspan=5 bgcolor=#CCCC99 background="
  558. http://cbsnews.com/common/images/elements/nav_top.gif"><table
  559. cellspacing="0" cellpadding="0" height=5
  560. border="0"><tr><td></td></tr></table></td>
  561.         </tr>
  562.         <tr>
  563.         <td bgcolor=#FFCC00 rowspan=3 nowrap><br></td>
  564.         <td bgcolor=#CCCC99 colspan=3 class=navhead width=141
  565. align=center><font color=#000000><b>NAVIGATE</b></font></td>
  566.         <td bgcolor=#FFCC00 rowspan=3 nowrap><br></td>
  567.         </tr>
  568.         <tr>
  569.         <td bgcolor=#FFCC00 nowrap colspan=3><img src="
  570. http://cbsnews.com/common/images/elements/transp.gif" height=1
  571. width=141></td>
  572.         </tr>
  573.         <tr>
  574.         <td width=6 nowrap><br></td>
  575.         <td>
  576.         <span class=navl>
  577. <!-- BEGIN MAIN REFS -->
  578.         <table border=0 width=129 cellspacing=0 cellpadding=0>
  579.         <tr>
  580.         <td width=10 nowrap height=6></td>
  581.         <td width=10 nowrap></td>
  582.         <td width=109></td>
  583.         </tr>
  584.  
  585.  
  586.                 <tr>
  587.                 <td valign=top class=navl>•</td>
  588.                 <!-- Navigation Id = 56035 -->
  589.                 <td colspan=2><a href="/now/section/0,1636,100-412,00.shtml"
  590. TARGET="_top">Home</a></td>
  591.                 </tr>
  592.  
  593.  
  594.                 <tr>
  595.                 <td valign=top class=navl>•</td>
  596.                 <!-- Navigation Id = 55796 -->
  597.                 <td colspan=2><a href="/now/section/0,1636,201-412,00.shtml"
  598. TARGET="_top">National</a></td>
  599.                 </tr>
  600.  
  601.  
  602.                 <tr>
  603.                 <td valign=top class=navl>•</td>
  604.                 <!-- Navigation Id = 55797 -->
  605.                 <td colspan=2><a href="/now/section/0,1636,202-412,00.shtml"
  606. TARGET="_top">World</a></td>
  607.                 </tr>
  608.  
  609.  
  610.                 <tr>
  611.                 <td valign=top class=navl>•</td>
  612.                 <!-- Navigation Id = 55810 -->
  613.                 <td colspan=2><a href="/now/section/0,1636,789-412,00.shtml"
  614. TARGET="_top">WeatherWatch</a></td>
  615.                 </tr>
  616.  
  617.  
  618.                 <tr>
  619.                 <td valign=top class=navl>•</td>
  620.                 <!-- Navigation Id = 55799 -->
  621.                 <td colspan=2><a href="/now/section/0,1636,205-412,00.shtml"
  622. TARGET="_top">SciTech</a></td>
  623.                 </tr>
  624.  
  625.  
  626.                 <tr>
  627.                 <td valign=top class=navl>•</td>
  628.                 <!-- Navigation Id = 55798 -->
  629.                 <td colspan=2><a href="/now/section/0,1636,250-412,00.shtml"
  630. TARGET="_top">Eye on Politics</a></td>
  631.                 </tr>
  632.  
  633.  
  634.                 <tr>
  635.                 <td valign=top class=navl>•</td>
  636.                 <!-- Navigation Id = 55800 -->
  637.                 <td colspan=2><a href="/now/section/0,1636,207-412,00.shtml"
  638. TARGET="_top">Showbiz</a></td>
  639.                 </tr>
  640.  
  641.  
  642.                 <tr>
  643.                 <td valign=top class=navl>•</td>
  644.                 <!-- Navigation Id = 55801 -->
  645.                 <td colspan=2><a href="/now/section/0,1636,215-412,00.shtml"
  646. TARGET="_top">CBS News Polls</a></td>
  647.                 </tr>
  648.  
  649.  
  650.                 <tr>
  651.                 <td valign=top class=navl>•</td>
  652.                 <td colspan=2><a href="http://earlyshow.cbs.com "
  653. target="_top">Speaking to Women</a></td>
  654.                 </tr>
  655.                 <tr>
  656.                 <td colspan=3><img src="
  657. http://cbsnews.com/common/images/elements/cccccc.gif" height="1" width="129"
  658. vspace="7"></td>
  659.                 </tr>
  660.  
  661.                 <tr>
  662.                 <td valign=top class=navl>•</td><td colspan=2><a href="
  663. http://www.cbs.com" TARGET=new>CBS Entertainment</a></td>
  664.                 </tr>
  665.  
  666.                 <tr>
  667.                 <td valign=top class=navl>•</td><td colspan=2><a href="
  668. http://cbs.marketwatch.com/news/newsroom.htx" TARGET=new>CBS
  669. MarketWatch</a></td>
  670.                 </tr>
  671.  
  672.                 <tr>
  673.                 <td valign=top class=navl>•</td><td colspan=2><a href="
  674. http://cbs.sportsline.com/links/1/14/1/1/2/CBSNews_static_nav_link.cgi"
  675. TARGET=new>CBS SportsLine</a></td>
  676.                 </tr>
  677.  
  678.                 <tr>
  679.                 <td valign=top class=navl>•</td><td colspan=2><a href="
  680. http://cbshealthwatch.medscape.com" TARGET=new>CBS HealthWatch</a></td>
  681.                 </tr>
  682.  
  683.                 <tr>
  684.                 <td valign=top class=navl>•</td><td colspan=2><a href="
  685. http://www.switchboard.com" TARGET=new>CBS SwitchBoard.com</a></td>
  686.                 </tr>
  687.  
  688.                 <tr>
  689.                 <td valign=top class=navl>•</td><td colspan=2><a href="
  690. http://www.cbs.com/cbsstore" TARGET=new>CBS Store</a></td>
  691.                 </tr>
  692.                                   <tr>
  693.                 <td colspan=3><img src="
  694. http://cbsnews.com/common/images/elements/cccccc.gif" height="1" width="129"
  695. vspace="7"></td>
  696.                 </tr>
  697.  
  698.                 <tr>
  699.                 <td valign=top class=navl>•</td>
  700.                 <td colspan=2><a
  701. href="/now/change_city/frameset/1,,412,00.shtml" target="_top">Go
  702. Local</a></td>
  703.                 </tr>
  704.                 <tr>
  705.                 <td colspan=3><img src="
  706. http://cbsnews.com/common/images/elements/cccccc.gif" height="1" width="129"
  707. vspace="7"></td>
  708.                 </tr>
  709.         </table>
  710. <!-- END MAIN REFS -->
  711.         </span>
  712. <!-- BEGIN UTIL REFS -->
  713.         <table border=0 width=129 cellspacing=0 cellpadding=0>
  714.  
  715.                 <tr>
  716.                 <td class=navSY valign=top>•</td>
  717.                 <td colspan=2 class=navSY><a
  718. href="/now/section/0,1636,10340-412,00.shtml" TARGET="_top">Help</a></td>
  719.                 </tr>
  720.  
  721.                 <tr>
  722.                 <td class=navSY valign=top>•</td>
  723.                 <td colspan=2 class=navSY><a
  724. href="/now/story/0,1597,30996-412,00.shtml" TARGET="_top">Advertise</a></td>
  725.                 </tr>
  726.  
  727.                 <tr>
  728.                 <td class=navSY valign=top>•</td>
  729.                 <td colspan=2 class=navSY><a
  730. href="/feedback/frameset/0,1712,412,00.html" TARGET="_top">Feedback</a></td>
  731.                 </tr>
  732.          </table>
  733. <!-- END UTIL REFS -->
  734.  
  735.  </td>
  736.         <td nowrap><br></td>
  737.         </tr>
  738.         <tr>
  739.         <td bgcolor=#FFCC00 colspan=5 height=5 background="
  740. http://cbsnews.com/common/images/elements/nav1-bottom.gif"><table height=5
  741. border=0 cellspacing=0 cellpadding=0><tr><td></td></tr></table></td>
  742.         </tr>
  743.         </table>
  744. <!-- # # # # # SPONSORS # # # # # -->
  745.         <table border=0 cellspacing=0 cellpadding=8 width=143>
  746.         <tr>
  747.         <td align=left class=navl>
  748. <script language = "javascript">
  749. <!--
  750.   var affiliate1 = 'CBS';
  751.  
  752.   var section = 'sec=' + 3475 +';';
  753.  var ordNumber = 'ord=' + generateOrd() + '?';
  754.  
  755.  document.write('<table border=0 width=122 cellspacing=0 cellpadding=0>');
  756. document.write('<tr><td align=center valign=bottom height=20 nowrap>');
  757. document.write('<img src="
  758. http://cbsnews.com/common/images/elements/sponsored_by.gif" width=122
  759. height=14 alt="our sponsors" border="0"></td></tr><tr><td bgcolor=#cccccc
  760. align=center height=62 nowrap>') ;
  761. document.write(getAdTag(120,60,1,affiliate1));
  762. document.write('</td></tr></table>');
  763.  
  764. //-->
  765. </script>
  766.         </td>
  767.         </tr>
  768.         </table>
  769. </td>
  770. <td width=8 nowrap><br></td>
  771. </tr>
  772. </form>
  773. </table>
  774. <!-- # # # # # END left nav # # # # #  -->
  775. </td>
  776. <td valign=top>
  777. <!-- # # # # # top ad banner # # # # # -->
  778. <table border=0 cellspacing=0 cellpadding=0 height=100>
  779. <tr>
  780. <td>
  781. <a href="/now/story/0,1597,30996-412,00.shtml"><img src="
  782. http://a1800.g.akamai.net/7/1800/121/950032122/newsimages.cbsig.net/common/images/elements/ad-info.gif
  783. " height=60 width=13 align=left border=0></a><script language="javascript">
  784. var affiliate1 = 'CBS';
  785. document.write(getEnhancedAd(468,60,2,affiliate1));
  786.  
  787. </script>
  788. </td>
  789. <td>
  790. <a href="/now/story/0,1597,30996-412,00.shtml"><img src="
  791. http://a1800.g.akamai.net/7/1800/121/950032122/newsimages.cbsig.net/common/images/elements/ad-info.gif
  792. " height=60 width=13 align=left border=0></a></td>
  793. </tr>
  794. </table>
  795.  
  796. <table border=0 cellspacing=0 cellpadding=0 width=624>
  797. <tr>
  798. <td><table height=8 cellspacing=0
  799. cellpadding=0><tr><td></td></tr></table></td>
  800. </tr>
  801. <tr>
  802. <td bgcolor=cccc99 background="
  803. http://a1800.g.akamai.net/7/1800/121/948403359/newsimages.cbsig.net/common/images/elements/topstories-top.gif
  804. " class=topStoriesTop width=382 height=17><b>  
  805. <!-- Vignette StoryServer 4 Wed Jan 10 11:11:28 2001 -->
  806.  <a href="/now/section/0,1636,100-412,00.shtml">CBS News</a>
  807.  
  808.  
  809.  
  810.  
  811. | <a href="/now/section/0,1636,3475-412,00.shtml">60 Minutes II</a>
  812. </b></td>
  813. <td bgcolor=cccc99 valign=top rowspan=4 width=242 align=center>
  814.  
  815. <br>
  816. <!-- wildcard 3 and 4 -->
  817.  
  818. <br>
  819.  
  820. <!-- # # # # # QUOTE TABLE # # # # # -->
  821. <div align=left>
  822.         <table border=0 cellspacing=0 cellpadding=0 width=242
  823. bgcolor=ffffff>
  824.         <tr>
  825.         <td colspan=3 bgcolor=cccc99><table height=15 border=0 cellspacing=0
  826. cellpadding=0><tr><td></td></tr></table></td>
  827.         <td width=40 nowrap rowspan=6 bgcolor=cccc99><BR></td>
  828.         </tr>
  829.         <tr>
  830.         <td colspan=3><img src="
  831. http://a1800.g.akamai.net/7/1800/121/944683109/newsimages.cbsig.net/common/images/elements/quote-top.gif
  832. " width=202 height=10 border=0></td>
  833.         </tr>
  834.         <tr>
  835.         <td colspan=3><table height=6 border=0 cellspacing=0
  836. cellpadding=0><tr><td></td></tr></table>
  837.         </td>
  838.         </tr>
  839.         <tr>
  840.         <td width=6 nowrap><br></td>
  841.         <td class=quote align=center>
  842.         <b>"I couldn't get up in the morning and look in the mirror and know
  843. that I just caused somebody to lose 50 percent of their retirement money
  844. because I exaggerated and lied."</b><br><font size=-2>Tom Brown, former
  845. banking analyst for  Donaldson, Lufkin & Jenrette
  846.   </td>
  847.         <td width=6 nowrap><br></td>
  848.         </tr>
  849.         <tr>
  850.         <td colspan=3><table height=6 border=0 cellspacing=0
  851. cellpadding=0><tr><td></td></tr></table></td>
  852.         </tr>
  853.         <tr>
  854.         <td colspan=3><img src="
  855. http://a1800.g.akamai.net/7/1800/121/944683109/newsimages.cbsig.net/common/images/elements/quote-bottom.gif
  856. " width=202 height=10 border=0></td>
  857.         </tr>
  858.         </table>
  859. </div>
  860. <!-- wildcard 5 -->
  861. <br>
  862.  
  863. <!-- # # # # # MULTIMEDIA TABLE # # # # # -->
  864.         <table border=0 cellspacing=0 cellpadding=0 width=230 >
  865.         <tr>
  866.         <td colspan=3 bgcolor=cccc99><table height=15 border=0 cellspacing=0
  867. cellpadding=0><tr><td></td></tr></table></td>
  868.         </tr>
  869.         <tr>
  870.         <td width=230 nowrap colspan=3><img src="
  871. http://a1800.g.akamai.net/7/1800/121/944683150/newsimages.cbsig.net/common/images/elements/tab-multimedia.gif
  872. " alt="Multimedia" width=230 height=22 border=0></td>
  873.         </tr>
  874.         <tr>
  875.         <td width=6 nowrap rowspan=2 bgcolor=FFFFCC><br></td>
  876.         <td width=218 class=inside bgcolor=FFFFCC>
  877.  
  878. <A HREF="
  879. javascript:vlaunch('clip=20010130/pelley_cbs_60minII&title=Scott$@$Pelley$@$Reports
  880. ');" ><img src="
  881. http://a1800.g.akamai.net/7/1800/121/944679291/newsimages.cbsig.net/common/images/elements/bug2-video.gif
  882. " alt="Launch Video" width=67 height=16 border=0></A><BR>
  883. <A HREF="
  884. javascript:vlaunch('clip=20010130/pelley_cbs_60minII&title=Scott$@$Pelley$@$Reports
  885. ');">Scott Pelley reports on something you may not know about stock
  886. analysts.</A><br>
  887.         <br>
  888.         </td>
  889.         <td width=6 nowrap rowspan=2 bgcolor=FFFFCC><br></td>
  890.         </tr>
  891.         <tr>
  892.         <td colspan=2 bgcolor=FFFFCC><table height=6 border=0 cellspacing=0
  893. cellpadding=0><tr><td></td></tr></table></td>
  894.         </tr>
  895.         </table>
  896.  
  897. <!-- # # # # # RELATED STORIES TABLE # # # # # -->
  898.         <table border=0 cellspacing=0 cellpadding=0 width=230
  899. bgcolor=E5E5CB>
  900.         <tr>
  901.         <td colspan=3 bgcolor=cccc99><table height=15 border=0 cellspacing=0
  902. cellpadding=0><tr><td></td></tr></table>
  903.         </td>
  904.         </tr>
  905.         <tr>
  906.         <td width=230 nowrap colspan=3><img src="
  907. http://a1800.g.akamai.net/7/1800/121/944683151/newsimages.cbsig.net/common/images/elements/tab-relatedstories.gif
  908. " alt="Related Stories" width=230 height=22 border=0></td>
  909.         </tr>
  910.         <tr>
  911.         <td width=6 nowrap rowspan=2><br></td>
  912.         <td width=180 class=inside>
  913.  
  914. <A HREF="/now/story/0,1597,238865-412,00.shtml">Gold Rush</A>
  915. <br>
  916. <br>
  917.  
  918. <A HREF="/now/story/0,1597,247812-412,00.shtml">Pets.com Put To Sleep</A>
  919. <br>
  920. <br>
  921.  
  922. <A HREF="/now/story/0,1597,253919-412,00.shtml">Defunct Pets.com Donates Dog
  923. Food</A>
  924. <br>
  925. <br>
  926.  
  927. <A HREF="/now/story/0,1597,238746-412,00.shtml">Priceline Runs Out of Gas,
  928. Groceries </A>
  929. <br>
  930. <br>
  931.  
  932. <A HREF="/now/story/0,1597,235342-412,00.shtml">Priceline Stock Sinks On
  933. Story </A>
  934. <br>
  935. <br>
  936.  
  937. <A HREF="/now/story/0,1597,41009-412,00.shtml">IPO Report: Priceline.com
  938. Soars</A>
  939. <br>
  940. <br>
  941.  
  942. <A HREF="/now/story/0,1597,235038-412,00.shtml">The Price May Be Right</A>
  943. <br>
  944. <br>
  945.  
  946. <A HREF="/now/story/0,1597,30965-412,00.shtml">Nerd Of The Amazon</A>
  947. <br>
  948. <br>
  949.  
  950. <A HREF="/now/story/0,1597,219132-412,00.shtml">Amazon Running Dry?</A>
  951. <br>
  952. <br>
  953.  
  954. <A HREF="/now/story/0,1597,252039-412,00.shtml">Amazon.com Crashes
  955. Briefly</A>
  956. <br>
  957. <br>
  958.  
  959. <A HREF="/now/story/0,1597,260467-412,00.shtml">Wall Street Closes Out 'An
  960. Ugly Year'</A>
  961. <br>
  962. <br>
  963.          </td>
  964.         <td width=6 nowrap rowspan=2><br></td>
  965.         </tr>
  966.         <tr>
  967.         <td colspan=2><table height=6 border=0 cellspacing=0
  968. cellpadding=0><tr><td></td></tr></table></td>
  969.         </tr>
  970.         </table>
  971.  
  972. <!-- # # # # # RELATED LINKS TABLE # # # # # -->
  973.         <table border=0 cellspacing=0 cellpadding=0 width=230
  974. bgcolor=E5E5CB>
  975.         <tr>
  976.         <td colspan=3 bgcolor=cccc99><table height=15 border=0 cellspacing=0
  977. cellpadding=0><tr><td></td></tr></table></td>
  978.         </tr>
  979.         <tr>
  980.         <td width=230 nowrap colspan=3><img src="
  981. http://a1800.g.akamai.net/7/1800/121/944683151/newsimages.cbsig.net/common/images/elements/tab-relatedlinks.gif
  982. " alt="Related Links" width=230 height=22 border=0></td>
  983.         </tr>
  984.         <tr>
  985.         <td width=6 nowrap rowspan=2><br></td>
  986.         <td width=180 class=inside>
  987.  
  988.                 <LI><A HREF="http://www.cisco.com/"
  989. target="new_window">Cisco Systems</A><br>
  990. <br>
  991.  
  992.                 <LI><A HREF="
  993. http://www.amazon.com/exec/obidos/subst/home/home.html/107-4128089-7494955"
  994. target="new_window">Amazon.com</A><br>
  995. <br>
  996.  
  997.                 <LI><A HREF="
  998. http://www2.marketwatch.com/news/story.asp?guid={E6F6EC17-BA7E-4F78-9846-F67DF144AE13
  999. }&source=htx/ht" target="new_window"><b>CBS MarketWatch.com:</b> Year 2000
  1000. hall of shame awards</A><br>
  1001. <br>
  1002.  
  1003.                 <LI><A HREF="http://cbs.marketwatch.com/news/newsroom.htx"
  1004. target="new_window">CBS MarketWatch.com</A><br>
  1005. <br>
  1006.  
  1007.                 <LI><A HREF="
  1008. http://www.technologypartners.com/html/lise_buyer.html"
  1009. target="new_window">Lise Buyer</A><br>
  1010. <br>
  1011.  
  1012.                 <LI><A HREF="http://www.msdw.com/"
  1013. target="new_window">Morgan Stanley Dean Witter</A><br>
  1014. <br>
  1015.  
  1016.                 <LI><A HREF="http://www.sec.gov/" target="new_window">U.S.
  1017. Securities and Exchange Commission</A><br>
  1018. <br>
  1019.  
  1020.                 <LI><A HREF="http://www.ml.com/" target="new_window">Merrill
  1021. Lynch</A><br>
  1022. <br>
  1023.  
  1024.                 <LI><A HREF="http://www.dlj.com/"
  1025. target="new_window">Donaldson, Lufkin, & Jenrette</A><br>
  1026. <br>
  1027.          </td>
  1028.         <td width=6 nowrap rowspan=2><br></td>
  1029.         </tr>
  1030.         <tr>
  1031.         <td colspan=2><table height=6 border=0 cellspacing=0
  1032. cellpadding=0><tr><td></td></tr></table></td>
  1033.         </tr>
  1034.         </table>
  1035. <!-- wildcard 6-->
  1036. <br>
  1037.  </td>
  1038. </tr>
  1039. <tr>
  1040. <td bgcolor=ffffff><img src="
  1041. http://a1800.g.akamai.net/7/1800/121/944683157/newsimages.cbsig.net/common/images/elements/topstories-curve.gif
  1042. " alt="Key To Media" width=382 height=8 border=0><br></td>
  1043. </tr>
  1044. <tr>
  1045. <td bgcolor=FFFFFF valign=top>
  1046. <!-- wildcard 7-->
  1047. <table cellpadding=5 cellspacing=0 border=0 width=380>
  1048. <tr><td>
  1049.  <a href="/now/section/0,1636,3475-412,00.shtml"><img
  1050. src="/now/image/0,1615,256676,00.gif" height=34 width=370 border=0 alt="CBS
  1051. News Broadcasts: 60 Minutes II"></a> </td></tr></table>
  1052.         <table border=0 cellspacing=0 cellpadding=0>
  1053.         <tr>
  1054.         <td width=6 nowrap><br></td>
  1055. <!-- this is the story cell -->
  1056.         <td width=370 nowrap bgcolor=FFFFFF>
  1057. <!-- br goes here -->
  1058. <b class=leadStoryGray>Wall Street Prophets</b>
  1059. <!-- br tags here -->
  1060.  
  1061. <br>
  1062. <i class=smallGray>
  1063.  
  1064. <li>Public Unaware Of Conflict Of Interest For  Stock Analysts </li>
  1065.  
  1066. <li>Their Wall Street Firms Often Take Companies Public</li>
  1067.  
  1068. <li>And Have Stake In Very Firms They Report On</li>
  1069. <br>
  1070. <br>
  1071. </i>
  1072. <font color=000000 face="verdana, helvetica, sans" class="storytext">
  1073. <span class=inside>Jan. 30, 2001<br></span>
  1074.  
  1075. <!-- this is the story  -->
  1076.  
  1077. <TABLE ALIGN="left" cellpadding="0" cellspacing="0" border="0"><TR><TD
  1078. valign="top" width="175">
  1079.         <IMG SRC="
  1080. http://a1800.g.akamai.net/7/1800/121/977349083/newsimages.cbsig.net/now/image/0,1615,258703-l,00.jpg
  1081. " ALIGN=left width=175 height=131 border=0 hspace=0></TD><TD NOWRAP
  1082. width="10"> </TD></TR><TR><TD ALIGN="right" valign="top"><font face="arial,
  1083. helvetica" size="1">
  1084. AP</font></TD><TD NOWRAP  width="10"> </TD></TR>
  1085.  
  1086.  </TABLE>
  1087. <b>(CBS)</b> If you're like many people you lost a lot of money in the stock
  1088. market lately whether you traded yourself or just watched your 401(k)
  1089. dwindle.
  1090. <br>
  1091. <br>A lot of that money was lost following the advice of Wall Street stock
  1092. analysts, the experts who work for big brokerage houses. Think of them as
  1093. the prophets of Wall Street. They analyze a company, look into the future
  1094. and recommend whether to buy the stock.
  1095. <br>
  1096. <br> So how did so many get it wrong? Many investors don't realize that some
  1097. high-profile analysts and their firms stood to make a fortune on stocks they
  1098. recommended. A lot of their advice was tailored to make them rich, not you,
  1099. as <b>Correspondent Scott Pelley</b> reports.
  1100. <br>
  1101. <br>  <b>"I don't know frankly how some of these analysts live with
  1102. themselves,"</b> says former analyst Tom Brown. <b>"I couldn't get up in the
  1103. morning and look in the mirror and know that I just caused somebody to lose
  1104. 50 percent of their retirement money because I exaggerated and lied. And
  1105. that's exactly what I saw at DLJ."</b>
  1106. <br>
  1107. <br>  Forty-two-year-old Brown worked at the Wall Street firm Donaldson,
  1108. Lufkin &  Jenrette  for seven years. He was a top banking analyst with a
  1109. reputation for blunt honesty. Brown says he recalls a DLJ meeting where an
  1110. analyst explained their job was to make  the stocks they represented look
  1111. good.
  1112. <br>
  1113. <br><b>"The line was, 'You have to understand; forgive me, Father, for I
  1114. have sinned,'"</b> Brown says. <b>"You were going to have to go back to the
  1115. sales force after having lied to them and tell them that you were
  1116. wrong."</b>
  1117. <br>
  1118. <br>If there is pressure to lie, it stems from a very simple conflict of
  1119. interest. Wall Street's brokerage houses make 70 percent of their profits
  1120. from what's called  investment banking:  raising money for companies that
  1121. need cash.
  1122. <br>
  1123. <br>For example, when Amazon needs money, it goes to its broker, Merrill
  1124. Lynch. And Merrill Lynch offers Amazon stock for sale.
  1125. <br>
  1126. <br>The higher the price, the more the brokerage makes.   Now imagine what
  1127. the analyst is going to tell the public about stock his or her firm wants to
  1128. sell.
  1129. <br>
  1130. <br>  <b>"They really are cheerleaders,"</b> Brown says, noting even if
  1131. analysts cover  a company that's not a client of the firm, it could be a
  1132. potential client.   <b>"So the investment banking group wants you to be
  1133. wildly bullish about everybody."</b>
  1134. <br>
  1135. <br>So if there's bad news about a stock, you're not likely to hear it from
  1136. the analysts. A 1999 study from Dartmouth College and Cornell University
  1137. says  analysts showed <b>"significant evidence of bias"</b> when they
  1138. recommend stocks handled by their firm. The study points to an internal
  1139. company memo from brokerage house  Morgan Stanley that tells analysts,
  1140. <b>"We do not make negative or controversial comments about our
  1141. clients."</b> Morgan has disavowed that memo.
  1142. <br>
  1143. <br>Recently, though, Morgan Stanley made millions in fees raising money for
  1144. Priceline. Morgan's  analyst, Mary Meeker, recommended buying Priceline's
  1145. stock at $134  a share.
  1146. <br>
  1147. <br>When it fell to $78,   she repeated her buy recommendation. And she kept
  1148. recommending Priceline as it fell to less than $3.
  1149. <br>
  1150. <br><table align="left" width=181 border="0" cellpadding="1"
  1151. cellspacing="0"><tr bgcolor="#ffffff"><td bgcolor="#ffffff"><table
  1152. align="left" width="175" border="0" cellpadding="1" cellspacing="0"> <tr
  1153. bgcolor="#ffffff"><td bgcolor="#ffffff"> </td></tr><tr bgcolor="#cccc99"><td
  1154. align="center"> <font face="verdana,arial,helvetica" size=1
  1155. color="#000000">Priceline Today</font></td></tr><tr
  1156. bgcolor="#cccc99"><td><table width="100%" bgcolor="#ffffcc" cellpadding="10"
  1157. cellspacing="0" border="0"><tr><td><font face="verdana,arial,helvetica"
  1158. size="1" color="#000000" class="inset" >What's Priceline stock worth today?
  1159. Check its price at <a href=
  1160. http://www2.marketwatch.com/quotes/quotes.asp?TICKER=PCLN&TABLES=table&SOURCE=htx/http2_mw&dist=newsq&slug=squote
  1161. target="external">CBS
  1162. Marketwatch.com.</a><br></table></td></tr></table></td></tr></table>
  1163. <br>Are analysts free to be critical of clients of their firms?
  1164. <br>
  1165. <br> <b>"I don't think analysts are so free since I was fired for being
  1166. critical of, not only clients, but potential clients,"</b> Brown says.
  1167. <br>
  1168. <br>Brown was very critical <b>"in the 1995 to 1998 time frame of the
  1169. mergers and acquisitions activity that was taking place among the largest
  1170. banks,"</b> he says.
  1171. <br>
  1172. <br> <b>"I frankly thought they were paying too much and that they were
  1173. using unrealistic assumptions and that shareholders were going to be
  1174. hurt,"</b> he declares.
  1175. <br>
  1176. <br>Brown says he was fired because those banks he criticized stopped doing
  1177. business with DLJ. The company told <b><I>60 Minutes II</I></b>  that Brown
  1178. was fired because of <b>"his persistent inability to operate effectively
  1179. within a team infrastructure."</b> DLJ insisted there is a separation
  1180. between investment banking and analysts, and   said its analysts are
  1181. encouraged to be candid.
  1182. <br>
  1183. <br>Brokerage firms say analysts disclose their conflicts of interest in
  1184. every research report they write.  (It's those paragraphs of small print, at
  1185. the bottom of the page.) Disclosures like these are not good enough for
  1186. Arthur Levitt,  chairman of the Securities and Exchange Commission, in
  1187. charge of enforcing the law on Wall Street.
  1188. <br>
  1189. <br><b>"I think the analyst has a responsibility to reveal a conflict of
  1190. interest. And that's something that the commission is urging upon the stock
  1191. exchange...to see to it that their rules are changed in a way which will
  1192. force the analysts to reveal conflicts,"</b> Levitt says.
  1193. <br>
  1194. <br> <b>"There's got to be much greater disclosure of the kinds of conflicts
  1195. that are part of today's market."</b> Adds Levitt: <b>"I'd say it's less
  1196. than moral."</b>
  1197. <br>
  1198. <br><table align="right" width=181 border="0" cellpadding="1"
  1199. cellspacing="0"><tr bgcolor="#ffffff"><td bgcolor="#ffffff"><table
  1200. align="right" width="175" border="0" cellpadding="1" cellspacing="0"> <tr
  1201. bgcolor="#ffffff"><td bgcolor="#ffffff"> </td></tr><tr bgcolor="#cccc99"><td
  1202. align="center"> <font face="verdana,arial,helvetica" size=1
  1203. color="#000000"><b>Discuss Disclosure  </b></font></td></tr><tr
  1204. bgcolor="#cccc99"><td><table width="100%" bgcolor="#ffffcc" cellpadding="10"
  1205. cellspacing="0" border="0"><tr><td><font face="verdana,arial,helvetica"
  1206. size="1" color="#000000" class="inset" >Should the federal government
  1207. require more disclosure by stock analysts of conflicts of interest? Express
  1208. your view on <b><a href=http://www.delphi.com/cbs60mins2/messages?msg=2.1
  1209. target="external"><i><b>60 Minutes II</i></b>'s message
  1210. boards.</a><br></table></td></tr></table></td></tr></table>
  1211. <br>One result of these conflicts was the inflation of so-called   target
  1212. prices,  analysts'  predictions of how high a stock would go. In the wildly
  1213. speculative Internet market, analysts set inflated targets with no
  1214. connection to a company's real worth.
  1215. <br>
  1216. <br> The setting of  target prices has <b>"been a practice as long as we've
  1217. had analysts,"</b> Levitt says. <b>"If investors are prepared to take that
  1218. at face value, they have to be prepared for the consequences,"</b> Levitt
  1219. says.
  1220. <br>
  1221. <br>For example Amazon was selling for about $275 a share when a
  1222. little-known analyst, Henry Blodgett, predicted it would go to $400 - even
  1223. though Amazon had never made a profit. Amazon did go to $400 and beyond.
  1224. <br>
  1225. <br>Amazon's backer, Merrill Lynch, responded by replacing its pessimistic
  1226. Amazon analyst. His replacement? Henry Blodgett. While this was great for
  1227. Blodgett, it proved not so good for investors, many of whom got soaked when
  1228. Amazon's value fell 75 percent.
  1229. <br>
  1230. <br>Blodgett has said his prediction was based on sound analysis using new
  1231. ways to measure a company's performance.  Wall Street coined a new verb: to
  1232. "blodgett" a stock.
  1233. <br>
  1234. <br>Former Internet analyst Lise Buyer says experienced hands on Wall Street
  1235. couldn't make sense of soaring target prices.
  1236. <br>
  1237. <br>  <b>"Those of us who've been in the business for a while looked at the
  1238. wild targets that people were putting out there, and our jaws dropped,"</b>
  1239. says Buyer. <b>"And then we watched the stocks follow suit."</b>
  1240. <br>
  1241. <br><table align="left" width=181 border="0" cellpadding="1"
  1242. cellspacing="0"><tr bgcolor="#ffffff"><td bgcolor="#ffffff"><table
  1243. align="left" width="175" border="0" cellpadding="1" cellspacing="0"> <tr
  1244. bgcolor="#ffffff"><td bgcolor="#ffffff"> </td></tr><tr bgcolor="#cccc99"><td
  1245. align="center"> <font face="verdana,arial,helvetica" size=1
  1246. color="#000000">Tracking Amazon</font></td></tr><tr
  1247. bgcolor="#cccc99"><td><table width="100%" bgcolor="#ffffcc" cellpadding="10"
  1248. cellspacing="0" border="0"><tr><td><font face="verdana,arial,helvetica"
  1249. size="1" color="#000000" class="inset"> Read how  <a
  1250. href=/now/story/0,1597,268194-412,00.shtml> Amazon to Slash  1,300 Jobs</a>
  1251. and <a href=
  1252. http://cbs.marketwatch.com/news/current/amzn.htx?source=htx/http2_mw
  1253. target=external"><b>CBS MarketWatch</b>'s report</a>.
  1254. <br>
  1255. <br>  Check Amazon's stock price    at <a href=
  1256. http://www2.marketwatch.com/quotes/quotes.asp?source=htx/http2_mw&symb=AMZN
  1257. target="external">CBS
  1258. Marketwatch.com.</a><br></table></td></tr></table></td></tr></table>
  1259. <br>  <b>"The market that we had over the past couple of years: Amazon went
  1260. to 400 because Henry said it would,"</b> Buyer says. <b>"It was analysts
  1261. proclaiming what the stock would do, not analyzing what the businesses said
  1262. they would do."</b>
  1263. <br>
  1264. <br> One of the differences during the latest stock market frenzy was the
  1265. success of cable  business channels. The shows needed guests; so the
  1266. analysts became TV stars.
  1267. <br>
  1268. <br>Many appear on CNBC's <I>Squawk Box</i>, hosted by Mark Haines.   After
  1269. a stock was recommended by a guest, he says, <b>"I'd look down at the quote
  1270. machine, and all of a sudden it had jumped five bucks or 10 bucks."</b>
  1271. <br>
  1272. <br>Thousands, new to investing, were watching the analysts with no idea
  1273. that a conflict of interest might exist on the stocks they were
  1274. recommending. CNBC now requires its guests reveal conflicts of interest
  1275. before they appear.
  1276. <br>
  1277. <br>  <b>"When CNBC started 10 years ago, it had a relatively small audience
  1278. that was almost entirely professional,"</b> Haines says. <b>"There was no
  1279. need to point out these relationships because our viewers knew about
  1280. them."</b>
  1281. <br>
  1282. <br>  <b>"As the audience broadened, more and more and more people were
  1283. coming to this not knowing the rules,"</b> he says.
  1284. <br>
  1285. <br>One of the rules that many analysts live by is never say "sell," because
  1286. that would drive down the price of the stock. Currently there are about
  1287. 8,000 analyst stock recommendations, according to Zacks Investment Research,
  1288. and only 29 sells. That's less than one half of 1 percent.
  1289. <br>
  1290. <br><table align="left" width=181 border="0" cellpadding="1"
  1291. cellspacing="0"><tr bgcolor="#ffffff"><td bgcolor="#ffffff"><table
  1292. align="left" width="175" border="0" cellpadding="1" cellspacing="0"> <tr
  1293. bgcolor="#ffffff"><td bgcolor="#ffffff"> </td></tr><tr bgcolor="#cccc99"><td
  1294. align="center"> <font face="verdana,arial,helvetica" size=1
  1295. color="#000000">Ratings Changes</font></td></tr><tr
  1296. bgcolor="#cccc99"><td><table width="100%" bgcolor="#ffffcc" cellpadding="10"
  1297. cellspacing="0" border="0"><tr><td><font face="verdana,arial,helvetica"
  1298. size="1" color="#000000" class="inset" >Visit    <a href=
  1299. http://www2.marketwatch.com/news/ratings.asp target="external"><b>CBS
  1300. MarketWatch.com</a></b>'s column on the latest analyst ratings changes.
  1301. <br>
  1302. <br>And see its regular column, <a href=
  1303. http://cbs.marketwatch.com/news/current/ratingsgame.htx?source=htx/http2_mw
  1304. target="external">The Ratings
  1305. Game</a></table></td></tr></table></td></tr></table>
  1306. <br>   <b>"You rarely see sell,"</b> Buyer says. <b>"It angers management;
  1307. it doesn't help institutional investing clients....So what you say is,
  1308. 'We're downgrading this to a 'hold' and believe it promising for those with
  1309. a three- to five-year investment horizon,' which, for those in the know,
  1310. means, 'See ya.'"</b>
  1311. <br>
  1312. <br>Not even a company's imminent collapse could force analysts to say sell.
  1313. Much of Pets.com's financing was raised by Merrill Lynch. Merrill made
  1314. millions.   Merrill's analyst Henry Blodgett made a  buy recommendation at
  1315. $16. When it fell to $7, Blodgett said "buy" again.  Again a "buy" at $2
  1316. and again at $1.69.  When it hit $1.43 a share, Blodgett told investors to
  1317. "accumulate."   Pets.com was recently kicked off the stock exchange.
  1318. <br>
  1319. <br>Investors may have lost a fortune, but last year Blodgett and Meeker
  1320. were paid about $15 million  each.  Both analysts declined requests for
  1321. interviews.
  1322. <br>
  1323. <br>Merrill Lynch, Blodgett's firm, did send <b><I>60 Minutes II</I></b> an
  1324. email saying its analysts <b>"make independent recommendations based upon
  1325. their best judgments."</b>
  1326. <br>
  1327. <br>Mary Meeker at Morgan Stanley sent a statement saying, in part, <b>"We
  1328. maintain a strict separation of the (investment) banking and research
  1329. functions within the firm. Our research is objective and has a long-term
  1330. focus."</b>
  1331. <br>
  1332. <br>Buyer, the former Internet analyst, defends most of her former
  1333. colleagues. She says some analysts work for firms without investment banking
  1334. clients, and others can take the heat.
  1335. <br>
  1336. <br>  Haines notes, however, that investors ignored warnings before the
  1337. Nasdaq's dramatic drop,  even when there were clear indications a company
  1338. was vulnerable.
  1339. <br>
  1340. <br>  <b>"We would invite on the CEOs, and we would interview them, and we
  1341. would say, 'Do you have any patents?' And they would say 'No.' 'Well, would
  1342. it be hard for me to go into business to compete with you?' And they'd say
  1343. 'no,'"</b> Haines says.
  1344. <br>
  1345. <br><b>"'Do you have any cash?' 'No.' And I'd look down, and the stock would
  1346. be up $40,"</b> observes Haines.
  1347. <br>
  1348. <br><b>"You would point out the risks; you would point out how crazy it was.
  1349. There was a mania going on out there where people were just throwing
  1350. money,"</b> Haines adds.
  1351. <br>
  1352. <br>And Haines says investors didn't seem to listen when he pointed out
  1353. analysts' conflicts of interest on the air. <b>"It was put in their face,
  1354. and they pulled the lever on the slot machine anyway."</b>
  1355. <br>
  1356. <br>Last year Tom Brown started his own investment company. He decided to
  1357. leave the analyst game because there's too much pressure to be dishonest, he
  1358. says. DLJ offered him the usual severance deal, but he rejected it because
  1359. it required him to keep quiet.
  1360. <br>
  1361. <br>  <b>"DLJ offered me $400,000 to not say anything,"</b> Brown says.
  1362. <b>"And I decided in August of '98 that it was worth more for my pride to be
  1363. able to shout it from the mountaintop that something was wrong, and tell
  1364. them to keep the $400,000."</b>
  1365. <br>
  1366. <br><FONT face="arial,helvetica" size="-2">Copyright MMI  Viacom Internet
  1367. Services Inc.  All Rights Reserved.     </font>
  1368.  
  1369. <!-- end of the story  -->
  1370. </font><br><br>
  1371. <!-- wildcard 8-->
  1372.   </td>
  1373.         <td width=6 nowrap><br></td>
  1374.         </tr>
  1375.  
  1376.  
  1377.  
  1378.         <tr>
  1379.  <td nowrap colspan=3 align=center><br><a href="
  1380. http://cgi.cbs.com:8888/apps/EmailThis/emailform.cgi?http://www.cbsnews.com/now/story/0,1597,267200-412,00.shtml
  1381. " onclick="
  1382. javascript:PopUp('http://cgi.cbs.com:8888/apps/EmailThis/emailform.cgi?http://www.cbsnews.com/now/story/0,1597,267200-412,00.shtml',725,525
  1383. ); return false;"
  1384. target="emailToFriend"><img src="
  1385. http://a1800.g.akamai.net/7/1800/121/944682927/newsimages.cbsig.net/common/images/elements/email-story.gif
  1386. " alt="Email this story" width=222 height=21 border=0></a><br><br></td>
  1387.         </tr>
  1388.         <tr>
  1389.         <td nowrap bgcolor=cccccc colspan=3><table height=1 cellpadding=0
  1390. cellspacing=0 border=0><tr><td></td></tr></table></td>
  1391.         </tr>
  1392.         </table>
  1393. </td>
  1394. </tr>
  1395. <TR>
  1396. <td bgcolor=FFFFFF align=center class=inside>
  1397.  <table>
  1398.         <TR>
  1399.         <!-- <td bgcolor=#F2F2E8 align=center class=short> -->
  1400.         <td align=center class=short>
  1401.         <br><br><br>
  1402. <a href="#top"><img src="
  1403. http://a1800.g.akamai.net/7/1800/121/944682888/newsimages.cbsig.net/common/images/elements/button-top.gif
  1404. " alt="Back to Top" width=350 height=17 border=0></a><br><br>
  1405. <a href="/now/section/0,1636,100-412,00.shtml"> <img src="
  1406. http://a1800.g.akamai.net/7/1800/121/948993845/newsimages.cbsig.net/common/images/elements/footer_cbsnews1.gif
  1407. " alt="CBS NEWS" width=103 height=22 border=0></a><br><br>
  1408.  
  1409. ©MMI, Viacom Internet Services Inc. All Rights Reserved.
  1410.         <br>
  1411. <font class=short><a href="/now/story/0,1597,30996-412,00.shtml">Advertise
  1412. With Us</a> | <a href="/now/section/0,1636,10345-412,00.shtml">Copyright
  1413. Information</a> | <a href="/now/story/0,1597,53940-412,00.shtml">Privacy
  1414. Statement</a></font><br><br></td>
  1415.         </tr>
  1416.         </table>
  1417. </td>
  1418. </TR>
  1419. <TR>
  1420. <td colspan=2><br>
  1421. <a href="/now/story/0,1597,30996-412,00.shtml"><img src="
  1422. http://a1800.g.akamai.net/7/1800/121/950032122/newsimages.cbsig.net/common/images/elements/ad-info.gif
  1423. " height=60 width=13 align=left border=0></a><script language="javascript">
  1424. var affiliate1 = 'CBS';
  1425. document.write(getAdTag(234,60,3,affiliate1));
  1426. </script>
  1427. </td>
  1428. </TR>
  1429. </table>
  1430. </td>
  1431. </tr>
  1432. </table>
  1433.  
  1434. <!-- DoubleClick Layers -->
  1435. <script language="javascript">
  1436. var affiliate1 = 'CBS';
  1437. document.write(getEnhancedLayer(468,60,2,affiliate1));
  1438.  
  1439. </script>
  1440. <!-- End DoubleClick Layers -->
  1441.  
  1442. <!-- BEGIN RIGHT RAIL -->
  1443. <!-- END RIGHT RAIL -->
  1444.  
  1445. </body>
  1446. </html>
  1447. --------------5AF2242CE2852B5F200C83B2--
  1448.  
  1449. -
  1450.  To unsubscribe to effortless, send an email to "majordomo@xmission.com"
  1451.  with "unsubscribe effortless" in the body of the message.
  1452.  For information on digests or retrieving files and old messages send
  1453.  "help" to the same address.  Do not use quotes in your message.
  1454.  
  1455.  
  1456. -------------------------------------------------------------------------------
  1457.  
  1458. From: Njoythjrny@aol.com
  1459. Subject: [effortless] (no subject)
  1460. Date: 12 Feb 2001 16:48:33 EST
  1461.  
  1462.  
  1463. --part1_13.115829b4.27b9b431_boundary
  1464. Content-Type: text/plain; charset="US-ASCII"
  1465. Content-Transfer-Encoding: 7bit
  1466.  
  1467. DO NOT OPEN anna kournikova.jpg.  I just got it from Moeller - it is a bad 
  1468. VIRUS
  1469.  
  1470. Mark S Singer CFP
  1471. President     
  1472. Safe Harbor Retirement Planning, Inc.
  1473. 152 The Lynnway, Lynn, MA 01902
  1474. ph (781) 599-2660
  1475. fax (781) 592-1140
  1476.  
  1477. --part1_13.115829b4.27b9b431_boundary
  1478. Content-Type: text/html; charset="US-ASCII"
  1479. Content-Transfer-Encoding: 7bit
  1480.  
  1481. <HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>DO NOT OPEN anna kournikova.jpg.  I just got it from Moeller - it is a bad 
  1482. <BR>VIRUS
  1483. <BR>
  1484. <BR>Mark S Singer CFP
  1485. <BR>President     
  1486. <BR>Safe Harbor Retirement Planning, Inc.
  1487. <BR>152 The Lynnway, Lynn, MA 01902
  1488. <BR>ph (781) 599-2660
  1489. <BR>fax (781) 592-1140</FONT></HTML>
  1490.  
  1491. --part1_13.115829b4.27b9b431_boundary--
  1492.  
  1493. -
  1494.  To unsubscribe to effortless, send an email to "majordomo@xmission.com"
  1495.  with "unsubscribe effortless" in the body of the message.
  1496.  For information on digests or retrieving files and old messages send
  1497.  "help" to the same address.  Do not use quotes in your message.
  1498.  
  1499.