
<!--

var body_w  = screen.width;

if( body_w < 350 )
{
	document.write(' <link href="pda.css" rel="stylesheet" type="text/css" />');
}
else
{
	document.write(' <link href="pingwin.css" rel="stylesheet" type="text/css" />');
}


-->
