ÿþ<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> --> <html xmlns="http://www.w3.org/1999/xhtml" style="height: 100%;"> <!-- saved from url=(0014)about:internet --> <head> <title>SilverlightPro Web Site</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link href="styles.css" rel="Stylesheet" type="text/css" /> <!--[if IE 6]> <style type="text/css"> html { overflow-y: hidden; } body { overflow-y: auto; } #bg { position:absolute; z-index:-1; } #content { position:static; } </style> <![endif]--> <script type="text/javascript" src="Silverlight.js"></script> <script type="text/javascript"> function onSilverlightError(sender, args) { var appSource = ""; if (sender != null && sender != 0) { appSource = sender.getHost().Source; } var errorType = args.ErrorType; var iErrorCode = args.ErrorCode; var errMsg = "Unhandled Error in Silverlight 2 Application " + appSource + "\n"; errMsg += "Code: " + iErrorCode + " \n"; errMsg += "Category: " + errorType + " \n"; errMsg += "Message: " + args.ErrorMessage + " \n"; if (errorType == "ParserError") { errMsg += "File: " + args.xamlFile + " \n"; errMsg += "Line: " + args.lineNumber + " \n"; errMsg += "Position: " + args.charPosition + " \n"; } else if (errorType == "RuntimeError") { if (args.lineNumber != 0) { errMsg += "Line: " + args.lineNumber + " \n"; errMsg += "Position: " + args.charPosition + " \n"; } errMsg += "MethodName: " + args.methodName + " \n"; } throw new Error(errMsg); } </script> <script type="text/javascript"> WaitForInstallCompletion = function() { try { //This forces Firefox/Safari to refresh their //list of known plugins. navigator.plugins.refresh(); } catch (e) { //IE does not support the method, so an //exception will be thrown. } if (isSilverlightInstalled()) { //Silverlight is installed. Refresh the page. window.location.reload(false); } else { //Wait 3 seconds and try again setTimeout(WaitForInstallCompletion, 3000); } }; onLoad = function() { //This only works if we are performing a clean install, //not an upgrade. if (!isSilverlightInstalled()) { //Silverlight is not installed. Try to refresh //the page when it is installed. WaitForInstallCompletion(); } } function isSilverlightInstalled() { var isSilverlightInstalled = false; try { //check on IE try { var slControl = new ActiveXObject('AgControl.AgControl'); isSilverlightInstalled = true; } catch (e) { //either not installed or not IE. Check Firefox if (navigator.plugins["Silverlight Plug-In"]) { isSilverlightInstalled = true; } } } catch (e) { //we don't want to leak exceptions. However, you may want //to add exception tracking code here. } return isSilverlightInstalled; } </script> </head> <body style="height: 100%;"> <!-- Runtime errors from Silverlight will be displayed here. This will contain debugging information and should be removed or hidden when debugging is completed --> <div id='errorLocation' style="font-size: small; color: Gray;"> </div> <div id="silverlightControlHost"> <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"> <param name="source" value="ClientBin/TheCodeCowboysWebsite.xap" /> <param name="onerror" value="onSilverlightError" /> <param name="background" value="white" /> <param name="minRuntimeVersion" value="2.0.31005.0" /> <param name="autoUpgrade" value="true" /> <div id="content" dir="rtl"> <center> <table style="height: 100%; width: 100%; vertical-align: middle;" background="ClientBin/Images/NoSL1.gif" > <tr style="height: 40%"> <td > <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> </td> </tr> <tr style="height: 20%"> <td style="text-align: center"> <h2 style="color: #FFFF00; font-family: Arial; font-weight: bold;"> &nbsp;âÜ Þ×éÑ ÖÔ âÓÙÙß ÜÐ ÞÕêçß áÙÜÑèÜÙÙØ... </h2> <h3 style="color: #FFFF00; font-family: Arial; font-weight: bold;"> &nbsp;Ü×å ÛÐß ÜÔêçàÔ ×Ó äâÞÙê éÜ áÙÜÑèÜÙÙØ ÕÔÛàá ÜâÕÜÝ ×Óé éÜ ÐêèÙ ÐÙàØèàØ... </h3> <a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;"> <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none" /> </a> </td> </tr> <tr style="height: 40%"> <td align="center"> &nbsp; &nbsp;</td> </tr> </table> </center> </div> </object> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-9505932-3"); pageTracker._trackPageview(); } catch (err) { }</script> </body> </html>