
//******************************
//* (c)2005 - 2010            
//* email: 
//* 
//* update:			
//* 2005-03-30			initial version
//* 2010-01-29          flash replaced w/ silverlight version          
//******************************


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>');
