//['label','link']
var about_link = 'http://www.townandabout.com/newlook/newlook/external/external_framed.html?url=' + escape('http://www.townandabout.com/newlook/about.html');

var leftLinks = [

['CHILD LOCATE','http://scripts.affiliatefuture.com/AFClick.asp?affiliateID=16769&merchantID=204&programmeID=602&mediaID=0&tracking=&url=" target="_blank"'],
['The UK Mortgage Debate','http://www.townandabout.com/cgi-bin/Yabb2/YaBB.pl" TARGET="_blank"'],
['MyMortgageKey','http://www.mymortgagekey.co.uk/index.asp" TARGET="_blank"'],
['Mr-Mortgage','http://www.mr-mortgage.com/" TARGET="_blank"'],
['Evict Helpline','http://www.evictstop.com/index.html" TARGET="_blank"'],
['Discount Vouchers','http://www.townandabout.com/pricewatch-discounts.html" TARGET="_blank"'],
['CALCULATOR','http://www.townandabout.com/calculator.html" TARGET="_blank"'],
['Directory Help','http://www.townandabout.com/addmydetails.html" TARGET="_blank"']
];


//-------------****************  end of user editable area ***************--------

function AddToBookmarks (url,title) 
{ 
window.external.AddFavorite(url,title); 
}  

var docLeftWrite = '<table cellpadding="2" cellspacing="5" border="0" BORDERCOLOR="#ff6600">';

//setting homepage link
docLeftWrite += '<tr><td>';
docLeftWrite += '<a href="#" onClick="style.behavior=\'url(#default#homepage)\';setHomePage(\'http://www.townandabout.com/\');">';
docLeftWrite += '<img src="http://www.townandabout.com/newlook/newlook/images/ta_make_home.gif" hspace="0" vspace="0" border="0"></a>';
docLeftWrite += '</td><td>';
docLeftWrite += '<a href="#"  class="toplink" onClick="style.behavior=\'url(#default#homepage)\';setHomePage(\'http://www.townandabout.com/\');">';
docLeftWrite += 'Set us as your HomePage</a></td></tr>';


//adding to favourites
docLeftWrite += '<tr><td>';
docLeftWrite += '<a href="javascript:AddToBookmarks(\'http://www.townandabout.com\',\'Town & About Ltd. Your Regional Community Portal\')">';
docLeftWrite += '<img src="http://www.townandabout.com/newlook/newlook/images/ta_add_fav.gif" hspace="0" vspace="0" border="0"></a>';
docLeftWrite += '</td><td>';
docLeftWrite += '<a href="javascript:AddToBookmarks(\'http://www.townandabout.com\',\'Town & About Ltd. Your Regional Community Portal\')" class="toplink" style="font-size: 7pt; font-weight: 800");">';
docLeftWrite += 'Add us to favourites</a></td></tr>';

docLeftWrite += '</table>';



var pdoc = '<tr><td><img src="http://www.townandabout.com/button10x10.gif" hspace="0" vspace="0" border="0"></td><td>';
docLeftWrite += '<table cellpadding="3" cellspacing="5" border="0" BORDERCOLOR="#ff6600">';
for(i=0; i<leftLinks.length;i++){
	if(i == 0) sizeVar = ' style="font-size:10pt" ';
	else sizeVar = '';
	docLeftWrite += pdoc + '<a href="' + leftLinks[i][1] + '" class="toplink" ' +sizeVar+ '>' +  leftLinks[i][0] + '</a></td></tr>'; 
}

docLeftWrite += '</table>';

document.write(docLeftWrite);


