//******************************
//* (c)2005-2010             
//* email: 
//* 
//* update:
//* 2005-03-30			initial version Adobe Flash
//* 2009-01-28          21d release deals with our new caching web service
//* 2010-01-10          Silverlight version w/current weather and forecast              
//******************************
/* */
 

 
 
 document.writeln('<object id="SilverlightPlugin1" width="350" height="280"');
 document.writeln('   data="data:application/x-silverlight," ');
 document.writeln('   type="application/x-silverlight-2" >');
 document.writeln('   <param name="source" value="ClientBin/weather.xap"/>');
 document.writeln('   <param name="initParams" value="location=IL_Chicago"/>');
 document.writeln('   <param name="background" value="white"/>');
 document.writeln('   <param name="windowless" value="true"/>');
 
 document.writeln('   <a href="http://go.microsoft.com/fwlink/?LinkID=149156" ');
 document.writeln('       style="text-decoration: none;">');
 document.writeln('       <img src="http://go.microsoft.com/fwlink/?LinkId=108181" ');
 document.writeln('           alt="Get Microsoft Silverlight" ');
 document.writeln('           style="border-style: none"/>');
 document.writeln('   </a>');

 document.writeln('</object>');

