tmpRand = Math.floor(Math.random()*9+1);
var cssNode = document.createElement('link');
cssNode.type = 'text/css';
cssNode.rel = 'stylesheet';
cssNode.href = 'http://www.blog.rusubortun.ro/wp-content/themes/local/rusu_bortun_v2/style' + tmpRand + '.css';
cssNode.media = 'screen';
cssNode.title = 'dynamicLoadedSheet';
document.getElementsByTagName("head")[0].appendChild(cssNode);

