var cssNode = document.createElement('link');cssNode.setAttribute('rel', 'stylesheet');cssNode.setAttribute('type', 'text/css');cssNode.setAttribute('href', 'http://www.couponchief.com/css/widgets.css');document.getElementsByTagName('head')[0].appendChild(cssNode);document.writeln('<div class="cc-topfive">');document.writeln('<div class="cc-top"><a href="http://www.couponchief.com"><img style="border:0px none;" src="http://www.couponchief.com/images/widget-topfive-top.jpg" /></a></div>');document.writeln('<div class="cc-container">');document.writeln('<div class="cc-coupon cc-odd">');document.writeln('<p>There aren't any coupons in this widget.</p>');document.writeln('</div>');document.writeln('</div>');document.writeln('</div>');
