/***********************************************
* yasmin.js                                                       *
*                                                                     *
* Copyright 2007 by Giri Rikkers                         *
* Web address: http://www.yasminverschure.nl      *
* Last update: June second 2007.                         *
*                                                                     *
************************************************/


function getgedachte2()
{
	today=new Date();
	maand=today.getMonth()+1;
	jaar=today.getYear()+1;
	teller=maand+12*(Math.ceil((jaar)/2)-Math.floor((jaar)/2));
	parent.mainFrame.location='inspiratie van de maand/inspiratie'+teller+'.htm';
}

function getverhaal2()
{
	today=new Date();
	maand=today.getMonth()+1;
	jaar=today.getYear()+1;
	teller=maand+12*(Math.ceil((jaar)/2)-Math.floor((jaar)/2));
	parent.mainFrame.location='verhaal van de maand/verhaal'+teller+'.htm';
}

var page='';
var pagelinks='';

function loadFrame(page) 
{
	parent.mainFrame.location=page;
	
}

function loadFrames(pagelinks,page) 
{
	parent.leftFrame1.location=pagelinks;
	parent.mainFrame.location=page;
	
}
function loadpage(page)
{
	parent.location=page;
}

function openbaken(page)
{
	mywin= open('','','scrollbars=yes,toolbar=no,menubar=no,directories=no, status=no,location=no,top=5,left=20,width=400,height=475');
	mywin.location.href=page;
}