Add NewsBox to your site.
Would you like economics news headlines on your site?
You can add headlines from the newsBot to your website by
putting the following code into your website. The headlines display the most recent articles
and are updated approximately every 4 hours.
<script language="javascript" src=http://www.argmax.com/writeable/jsinews.js>
</script> |
Here is the result...
To change the number of headlines displayed or the width of the box, you can use and
modify the following code to get the box below. Note you can also change the colors of the
box as well to match your site. To leave any of the defaults, just omit the relevant assignments.
<script language="javascript">
number=6; width=350;
bordercolor="#336699";
backcolor="#CCCCCC"; titlecolor="#FFFFFF";
</script>
<script language="javascript" src=http://www.argmax.com/writeable/jsinews.js>
</script> |
Here is the result...
|