Add The Hammer's Headlines to your site with a quick and easy line of code...
<script language="JavaScript" src="http://thehammer.ca/feed/thehammer_js.php"></script>
Optional variables you can pass:
max_headlines=4 ( Maximum amount of headlines, default is 5 )
width=100 ( width in pixels, unless you specify true for percent, then it would be 100% )
percent=true ( default is pixel width, specify if you want to use % )
color=eeeeee (Send a 1-6 digit RGB value, default is 000000 [NOTE: do not add a # pound sign] )
backcolor=333333 (default is ffffff [NOTE: do not add a # pound sign] )
backovercolor=cccccc (default is cccccc [NOTE: do not add a # pound sign] )
Example:
<script language="JavaScript" src="http://thehammer.ca/feed/thehammer_js.php?max_headlines=3&width=100&percent=true"></script>