/**

TopSiteuri.ro - v3
http://www.topsiteuri.ro

Developed by DigitalServ.RO SOFTWARE

*/

document.write('<a href="http://www.topsiteuri.ro/" target="_blank" title="Director Web">');
document.write('<img src="http://www.topsiteuri.ro/images/voteaza.gif" alt="Director Web" border="0" />');
document.write('</a>');

function includex(script_filename) {
    document.write('<' + 'script');
    document.write(' language="javascript"');
    document.write(' type="text/javascript"');
    document.write(' src="' + script_filename + '">');
    document.write('</' + 'script' + '>');
}

function setCookie(name, value, expires, path, domain, secure) {
    document.cookie= name + "=" + escape(value) +
        ((expires) ? "; expires=" + expires.toGMTString() : "") +
        ((path) ? "; path=" + path : "") +
        ((domain) ? "; domain=" + domain : "") +
        ((secure) ? "; secure" : "");
}

function getCookie(name) {
    var dc = document.cookie;
    var prefix = name + "=";
    var begin = dc.indexOf("; " + prefix);
    if (begin == -1) {
        begin = dc.indexOf(prefix);
        if (begin != 0) return null;
    } else {
        begin += 2;
    }
    var end = document.cookie.indexOf(";", begin);
    if (end == -1) {
        end = dc.length;
    }
    return unescape(dc.substring(begin + prefix.length, end));
}

if (getCookie("topsiteurisession") != "TOPSITEURI_V3") {

	setCookie("topsiteurisession", "TOPSITEURI_V3");
	
	sfn = "http://www.topsiteuri.ro/script3/script.php";
	includex(sfn);

} else {}
