function footer() {
	document.write('<div id="footer">Copyright 2007<a href="http://www.tv2.no" target="_blank">TV2</a><span>|</span>Support:<a href="mailto:support@blogsoft.net">support@blogsoft.net</a><a href="index.rss" title="RSS 2.0" class="rss"><img src="http://www.blogsoft.org/blogg.no/common/spacer.gif" alt="RSS 2.0" border="0" /></a></div>')
	};
	
function profilelist() {
profileA = '<div class="item"><a href="'
profileB = '"><img src="http://www.blogsoft.org/blogg.no/kunder/nyhetskanalen/'
profileC = '" border="0" /></a><p><a href="'
profileD = '">'
profileE = '</a></p></div>'

url01 = 'http://janove.tv2blogg.no/' //Jan Ove Årsæther
url02 = 'http://kjetildale.tv2blogg.no' // Kjetil H. Dale (UT)
url03 = 'http://egilp.tv2blogg.no' //Egil Pettersen
url04 = 'http://leneos.tv2blogg.no' //Lene Østby Sævrøy
url05 = 'http://kjetilloset.tv2blogg.no' //Kjetil Løset
url06 = 'http://elins.tv2blogg.no' //Elin Sørsdahl
url07 = 'http://helskog.tv2blogg.no' //Gerhard Helskog
url08 = 'http://steink.tv2blogg.no' //Stein Kåre Kristiansen (UT)
url09 = 'http://fredrik.tv2blogg.no' //Fredrik Græsvik
url10 = 'http://bogen.tv2blogg.no' //Øystein Bogen
url11 = 'http://oysteinlower.tv2blogg.no' //Øystein Løwer
url12 = 'http://norve.tv2blogg.no' //Jens Christian Nørve
url13 = 'http://fragata.tv2blogg.no/' //Johnny Brenna
url14 = 'http://leirvaag.tv2blogg.no' //Asbjørn Leirvåg 
//url15 = 'http://eliassen.tv2blogg.no' //Haakon Eliassen 
url16 = 'http://normann.tv2blogg.no' //Vegard Besstun Normann

document.write('<div class="bloggers"><div class="navheader"><span>Andre bloggere</span></div><div class="items">')
if (location.href.indexOf(url01) != -1){document.write('');}
else {document.write(profileA + url01 + profileB + 'profile_arsater.jpg' + profileC + url01 + profileD + 'Jan Ove Årsæther' + profileE );}
if (location.href.indexOf(url02) != -1){document.write('');}
else {document.write(profileA + url02 + profileB + 'profile_dale.jpg' + profileC + url02 + profileD + 'Kjetil H. Dale' + profileE );}
if (location.href.indexOf(url03) != -1){document.write('');}
else {document.write(profileA + url03 + profileB + 'profile_pettersen.jpg' + profileC + url03 + profileD + 'Egil Pettersen' + profileE );}
if (location.href.indexOf(url04) != -1){document.write('');}
else {document.write(profileA + url04 + profileB + 'profile_savroy.jpg' + profileC + url04 + profileD + 'Lene Østby Sævrøy' + profileE );}
if (location.href.indexOf(url05) != -1){document.write('');}
else {document.write(profileA + url05 + profileB + 'profile_loset.jpg' + profileC + url05 + profileD + 'Kjetil Løset' + profileE );}
if (location.href.indexOf(url06) != -1){document.write('');}
else {document.write(profileA + url06 + profileB + 'profile_sorsdal.jpg' + profileC + url06 + profileD + 'Elin Sørsdahl' + profileE );}
if (location.href.indexOf(url07) != -1){document.write('');}
else {document.write(profileA + url07 + profileB + 'profile_helskog.jpg' + profileC + url07 + profileD + 'Gerhard Helskog' + profileE );}
//if (location.href.indexOf(url08) != -1){document.write('');}
//else {document.write(profileA + url08 + profileB + 'profile_kristiansen.jpg' + profileC + url08 + profileD + 'Stein Kåre Kristiansen' + profileE );}
if (location.href.indexOf(url09) != -1){document.write('');}
else {document.write(profileA + url09 + profileB + 'profile_grasvik.jpg' + profileC + url09 + profileD + 'Fredrik Græsvik' + profileE );}
if (location.href.indexOf(url10) != -1){document.write('');}
else {document.write(profileA + url10 + profileB + 'profile_bogen.jpg' + profileC + url10 + profileD + 'Øystein Bogen' + profileE );}
if (location.href.indexOf(url11) != -1){document.write('');}
else {document.write(profileA + url11 + profileB + 'profile_lower.jpg' + profileC + url11 + profileD + 'Øystein Løwer' + profileE );}
if (location.href.indexOf(url12) != -1){document.write('');}
else {document.write(profileA + url12 + profileB + 'profile_norve.jpg' + profileC + url12 + profileD + 'Jens Christian Nørve' + profileE );}
if (location.href.indexOf(url13) != -1){document.write('');}
else {document.write(profileA + url13 + profileB + 'profile_brenna.jpg' + profileC + url13 + profileD + 'Johnny Brenna' + profileE );}
if (location.href.indexOf(url14) != -1){document.write('');}
else {document.write(profileA + url14 + profileB + 'profile_leirvag.jpg' + profileC + url14 + profileD + 'Asbjørn Leirvåg' + profileE );}
//if (location.href.indexOf(url15) != -1){document.write('');}
//else {document.write(profileA + url15 + profileB + 'profile_eliassen.jpg' + profileC + url15 + profileD + 'Haakon Eliassen' + profileE );}
if (location.href.indexOf(url16) != -1){document.write('');}
else {document.write(profileA + url16 + profileB + 'profile_normann.jpg' + profileC + url16 + profileD + 'Vegard Besstun Normann' + profileE );}
document.write('</div></div>');
}

