// JavaScript Document

var text="<p>Best Bank Dealsals<b> Formatted </b>Text.</p><p>1) <a target=\"_blank\" href=\"http://www.google.com\">Item One</a>Test Text</p><p>2) <a href=\"http://www.google.com\">Item Two</a></p><p> 3) Text Text Text Text Text Text</p>";


function load_text()
{
var deals=document.getElementById("bestdeals");
    deals.innerHTML=text;
}



var m = 1;
	function url_id(i,k)
	{
		document.getElementById("hr").value = i;
		document.getElementById("k"+k).style.background = "#cccccc";
		document.getElementById("k"+m).style.background = "";
		m =k;
	}
	function href_id()
	{
		var url = document.getElementById("hr").value;
		//window.open (url) ;
		location.href=url;
	}

