// navigationbumNav = new Array();bumNav[0] = "covers.html";bumNav[1] = "cover_selfest.html";bumNav[2] = "selfest_bot.html";bumNav[3] = "selfest_love.html";bumNav[4] = "selfest_pressure.html";bumNav[5] = "selfest_thin.html";bumNav[6] = "selfest_justlike.html";bumNav[7] = "selfest_puberty.html";bumNav[8] = "selfest_how.html";bumNav[9] = "selfest_you.html";bumNav[10] = "selfest_bonus.html";bumNav[11] = "cover_bodyimg.html";bumNav[12] = "bodyimg_boosters.html";bumNav[13] = "cover_police.html";bumNav[14] = "police_hassled.html";bumNav[15] = "police_loveyourface.html";bumNav[16] = "police_dealing.html";bumNav[17] = "police_kathleen.html";bumNav[18] = "police_tonya.html";bumNav[19] = "police_graffiti.html";bumNav[20] = "police_penny.html";bumNav[21] = "police_irina.html";bumNav[22] = "police_anonycake.html";bumNav[23] = "police_daisy.html";bumNav[24] = "police_julie.html";bumNav[25] = "police_cheryl.html";bumNav[26] = "police_danni.html";bumNav[27] = "police_allie.html";bumNav[28] = "police_anonytv.html";bumNav[29] = "police_quiz.html";bumNav[30] = "police_weird.html";bumNav[31] = "police_retorts.html";// &eacute;// &ocirc;var theNavArray = bumNav;function nav(pos){	var thisPos = parent.POS;	switch(pos){		case "+":			thisPos +=1;			break;		case "-":			thisPos -=1;			break;		default:			thisPos = pos;	}	parent.frames[1].location = theNavArray[thisPos];	var mag=theNavArray[thisPos].substr(0,3);	headCheck(mag);	footCheck(thisPos);	parent.POS = thisPos;}function headCheck(mag){	var head="head.html";	theLoc = parent.frames[0].document.URL;	x = theLoc.lastIndexOf("\/")+1;	curHead = theLoc.substr(x);	prefix = mag+"_";	switch(prefix){		case "sel_":			break;		case "bod_":			break;		case "pol_":			break;		default:			prefix="";	}	if(!(curHead == prefix+"head.html")){			parent.frames[0].location=prefix+"head.html";	}}function footCheck(pos){	theLoc = parent.frames[2].document.URL;	x = theLoc.lastIndexOf("\/")+1;	curFoot = theLoc.substr(x);	if (pos > 0 && pos < theNavArray.length-1){		foot = "foot_b.html";	}else{		if (pos == 0){			foot = "foot_n.html";		}else{			foot = "foot_p.html";		}	}	if (!(foot==curFoot)){		parent.frames[2].location=foot;	}}