function get_randomCssNum()
{
 var ranCssNum= Math.floor(Math.random()*13);

return ranCssNum;
 }

function getaCss()
{
var whichCss=get_randomCssNum();


var cssName=new Array(13)

cssName[0]="<link rel='stylesheet' type='text/css' href='https://vpnuk.info/css/censorship.css' />";
cssName[1]="<link rel='stylesheet' type='text/css' href='https://vpnuk.info/css/freedom.css' />";
cssName[2]="<link rel='stylesheet' type='text/css' href='https://vpnuk.info/css/media.css' />";
cssName[3]="<link rel='stylesheet' type='text/css' href='https://vpnuk.info/css/members.css' />";
cssName[4]="<link rel='stylesheet' type='text/css' href='https://vpnuk.info/css/nolimits.css' />";
cssName[5]="<link rel='stylesheet' type='text/css' href='https://vpnuk.info/css/protection.css' />";
cssName[6]="<link rel='stylesheet' type='text/css' href='https://vpnuk.info/css/security.css' />";
cssName[7]="<link rel='stylesheet' type='text/css' href='https://vpnuk.info/css/tunnel.css' />";
cssName[8]="<link rel='stylesheet' type='text/css' href='https://vpnuk.info/css/vpnuk.css' />";
cssName[9]="<link rel='stylesheet' type='text/css' href='https://vpnuk.info/css/transactions.css' />";
cssName[10]="<link rel='stylesheet' type='text/css' href='https://vpnuk.info/css/wifi.css' />";
cssName[11]="<link rel='stylesheet' type='text/css' href='https://vpnuk.info/css/bittorrent.css' />";
cssName[12]="<link rel='stylesheet' type='text/css' href='https://vpnuk.info/css/censorship.css' />";


return cssName[whichCss]
}

document.write(getaCss());
