<!--
	function updatecode(code) {

	var finalcode = "<pre>&lt;!-- Start of Virus Bulletin Code --&gt;<br /><br />";

	finalcode += "&lt;script language='JavaScript'&gt;";
	finalcode += "<br />    width = '180';        // How wide would you like it to be?";
	finalcode += "<br />    bwidth = '1';         // How thick would you like the border to be?";
	finalcode += "<br />    bcolour = 'CCCCCC';   // What Colour would you like the border to be?";
	finalcode += "<br />    bground = 'F8F8F8';   // What Colour would you like the background to be?";
	finalcode += "<br />    hcolour = '156456';   // What Colour would you like the headlines to be?";
	finalcode += "<br />    hsize = '11';         // What size would you like the headlines to be?";
	finalcode += "<br />    tcolour = '000000';   // What Colour would you like the text to be?";
	finalcode += "<br />    tsize = '11'          // What size would you like the text to be?";
	finalcode += "<br />&lt;/script&gt;";

	finalcode += "<br />&lt;script language='JavaScript' ";
	if (code == '') {
		finalcode += "<br />        src='http://www.virusbtn.com/library/feeds/js_news.xml'/&gt;";
	}
	if (code == 'virusnews') {
		finalcode += "<br />        src='http://www.virusbtn.com/library/feeds/js_virus_news.xml'/&gt;";
	}
	else if (code == 'spamnews') {
		finalcode += "<br />        src='http://www.virusbtn.com/library/feeds/js_spam_news.xml'/&gt;";
	}
	else if (code == 'companynews') {
		finalcode += "<br />        src='http://www.virusbtn.com/library/feeds/js_vb_news.xml'/&gt;";
	}

	finalcode += "<br /><br />&lt;!-- End of Virus Bulletin Code --&gt;</pre>";
	document.getElementById('codebox').innerHTML = finalcode;
	
	}
-->
