I need to paste the following code -provided by an external source - into one of my web page.
Could someone explain to the "non-expert" I am, how to do this only with the V8 developper mode.
In particular, where shall I insert the above code in the HTML code of the page.
This is supposed to pull the content of a news source into my web site!
<script type="text/javascript">
var UWA = {hosts:{"uwa":"http://uwa.netvibes.com","exposition":"http://uwa.netvibes.com"}}, UWA_ASYNC = UWA_ASYNC || [];
UWA_ASYNC.push({url: "http://uwa.netvibes.com/apps/multifeed.php?provider=feed&url=http%3A%2F%2Fbit.ly%2F1pFRTTo&title=Acualit%C3%A9s+musicales+et+musicologiques",options:{"title":""}});
(function () {
var a = document.getElementsByTagName("script"), b = a[a.length - 1] || document.body.lastChild,
c = b.parentNode, d = document.createElement("script"), e = document.createElement("div");
e.id = "UWA_ASYNC"; d.type = "text/javascript"; d.async = true;
d.src = ("https:" == document.location.protocol ? "https://" : "http://") + UWA.hosts.uwa.split("://")[1] + "/lib/c/UWA/js/UWA_Embedded.js?v=1.3.RC4";
c.insertBefore(d, b); c.insertBefore(e, b)
})();
</script>