if(swfobject.hasFlashPlayerVersion("1"))
{
    //Flash view
   // {document.writeln('<link href="../css/styles_v2.css" rel="stylesheet" type="text/css" />');}
}
else if (screen.width<330)
{
	//Mobile View
	document.location = "http://galin.info/mobile/";
}
else
{
    //Nothing
}
