var pagetype;
if  ((screen.width <= 800))		{	pagetype = 1; }
else if ((screen.width == 1024))		{		pagetype = 2; }
else if ((screen.width >= 1200))		{		pagetype = 3; }
else 	{		pagetype = 2; }
if (pagetype ==1) {document.write('	<link href="stylesheet1.css" rel="stylesheet" type="text/css">')}
else if (pagetype ==2){document.write('	<link href="stylesheet.css" rel="stylesheet" type="text/css">')}
else if (pagetype ==3){document.write('	<link href="stylesheet2.css" rel="stylesheet" type="text/css">')}
else {document.write('	<link href="stylesheet.css" rel="stylesheet" type="text/css">')}
function home() { window.top.location =  "http://www.livingtale.nl"} 

