function slverlight(a,b,c,d, f){
//document.write('<form id="form1" runat="server" style="height:100%">');
document.write('<object data="data:application/x-silverlight-2," id="' + d + '" type="application/x-silverlight-2" width="' + b + '" height="' + c + '">');
document.write('<param name="source" value="' + a + '"/>');
document.write('<param name="onError" value="onSilverlightError" />');
document.write('<param name="background" value="white" />');
document.write('<param name="minRuntimeVersion" value="3.0.40818.0" />');
document.write('<param name="autoUpgrade" value="true" />');
document.write('<param name="initParams" value="' + f +'"/>');
document.write('<a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=3.0.40818.0" style="text-decoration:none">');
document.write('<img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Microsoft Silverlight 가져오기" style="border-style:none"/>');
document.write('</a>');
document.write('</object><iframe id="_sl_historyFrame" style="visibility:hidden;height:0px;width:0px;border:0px"></iframe>');
//document.write('</form>');
}
