I'd like to put a jscript (see below) on the homepage.
I was able to use Chrome to edit the _HTML BLOCK to OPENCONGRESS
then I put the code in the html block and saved.
When i reloaded homepage it shows the scripting not the widget.
Any idea what I'm doing wrong?
<script type="text/javascript">
oc_host_url = "http://www.opencongress.org/";
oc_num_items = "5";
oc_item_type = "news-bill";
oc_bgcolor = "ffffff";
oc_textcolor = "333333";
oc_bordercolor = "999999";
</script>
<script type="text/javascript" src="http://www.opencongress.org/javascripts/syndicator.js">
</script>