function ettaPuffonBefore(curr, next, opts) { 
	var index = $(this).parent().children().index(this);
	$('#ettatext').html("<h2>" + ettatitles[index] + "</h2>" + ettaexcerpts[index]);
	$('#ettalink').html("<a href=\"" + ettalinks[index] + "\">Läs mer &raquo;</a>");
}
function lovesPuffonBefore(curr, next, opts) { 
	var index = $(this).parent().children().index(this);
	$('#lovestext').html("<h2>" + lovestitles[index] + "</h2>" + lovesexcerpts[index]);
	$('#loveslink').html("<a href=\"" + loveslinks[index] + "\">Läs mer &raquo;</a>");
}

zg_insert_badge_muffin = function() {
var zg_bg_color = 'ffffff';
var zgi_url = 'http://www.flickr.com/apps/badge/badge_iframe.gne?zg_bg_color='+zg_bg_color+'&zg_person_id=10258151%40N00';
document.write('<iframe style="background-color:#'+zg_bg_color+'; border-color:#'+zg_bg_color+'; border:none;" width="113" height="151" frameborder="0" scrolling="no" src="'+zgi_url+'" title="Flickr Badge"><\/iframe>');
if (document.getElementById) document.write('<div id="zg_whatlink"><a href="http://www.flickr.com/badge.gne" style="color:#666666;" onclick="zg_toggleWhatMuffin(); return false;">What is this?<\/a><\/div>');
}

zg_zg_toggleWhatMuffin = function() {
document.getElementById('zg_whatdiv').style.display = (document.getElementById('zg_whatdiv').style.display != 'none') ? 'none' : 'block';
document.getElementById('zg_whatlink').style.display = (document.getElementById('zg_whatdiv').style.display != 'none') ? 'none' : 'block';
return false;
}