//RANDOM HITME BLOG
var BlogURL = new Array()

BlogURL[0] = 'http://onklp.mobilblogg.no'
BlogURL[1] = 'http://sandra.mobilblogg.no'
BlogURL[2] = 'http://karpediem.blogg.no'
BlogURL[3] = 'http://mira.mobilblogg.no'
BlogURL[4] = 'http://elaxel.blogg.no'
BlogURL[5] = 'http://sofian.mobilblogg.no'
BlogURL[6] = 'http://adam.mobilblogg.no'
BlogURL[7] = 'http://christian.mobilblogg.no'
BlogURL[8] = 'http://aynakristiansen.blogg.no'
BlogURL[9] = 'http://sonen.blogg.no'
BlogURL[10] = 'http://lindah.blogg.no'
BlogURL[11] = 'http://helenerask.blogg.no'
BlogURL[12] = 'http://anitalindvall.blogg.no'
BlogURL[13] = 'http://missnorway.mobilblogg.no'
BlogURL[14] = 'http://partyguide.blogg.no'
BlogURL[15] = 'http://lilyjets.blogg.no'
BlogURL[16] = 'http://kleen.blogg.no'
BlogURL[17] = 'http://diaz.blogg.no'
BlogURL[18] = 'http://lenejohannesen.blogg.no'
BlogURL[19] = 'http://lyngar.blogg.no'
BlogURL[20] = 'http://adil.blogg.no'
BlogURL[21] = 'http://cynthiar.blogg.no'
BlogURL[22] = 'http://tinen.mobilblogg.no'
BlogURL[23] = 'http://jeanetteersdal.blogg.no'
BlogURL[24] = 'http://passit.blogg.no'
BlogURL[25] = 'http://linni.blogg.no/'
BlogURL[26] = 'http://ralphmyerz.blogg.no/'
BlogURL[27] = 'http://clubjuicy.blogg.no/'
BlogURL[28] = 'http://illdesign.blogg.no/'
BlogURL[29] = 'http://afterglow.blogg.no/'
BlogURL[30] = 'http://erikogkriss.blogg.no'
BlogURL[31] = 'http://siljemariela.blogg.no'
BlogURL[32] = 'http://zophia.blogg.no'
BlogURL[33] = 'http://rafiq.blogg.no'
BlogURL[34] = 'http://monamoore.blogg.no/'
BlogURL[35] = 'http://anettemarie.blogg.no/'
BlogURL[36] = 'http://lenelaursen.blogg.no/'
BlogURL[37] = 'http://theblock.blogg.no/'
BlogURL[38] = 'http://breaknecks.blogg.no/'
BlogURL[39] = 'http://maritabrahamsen.blogg.no/'
BlogURL[40] = 'http://teresa.blogg.no/'
BlogURL[41] = 'http://emilieh.blogg.no/'
BlogURL[42] = 'http://stinesaetre.blogg.no/'
BlogURL[43] = 'http://katawagner.blogg.no/' //updated 12.06.07
//BlogURL[44] = 'http://'
//BlogURL[45] = 'http://'
//BlogURL[46] = 'http://'

var p = BlogURL.length;
var i = Math.round(Math.random()*(p-1));

function randomBlog() {
document.write('<a href='+BlogURL[i]+' title="Send meg til en annen HitMe Blogg" style="background-image:url(http://www.blogsoft.org/hitme.no/common/randomHitmeBlog.gif);background-repeat:no-repeat;display:block;" class="randomblog"><img src="http://www.blogsoft.org/hitme.no/common/spacer.gif" width="170" height="64" border="0" alt="Send meg til en annen HitMe Blogg" /></a>');
}
//RANDOM HITME BLOG - END
