function createBlockLinks()
{
    document.getElementById('divArch').onclick = function() {document.location.href='index.php?option=com_content&task=view&id=15&Itemid=29'};
    document.getElementById('divQual').onclick = function() {document.location.href='index.php?option=com_content&task=view&id=16&Itemid=30'};
    document.getElementById('divPerf').onclick = function() {document.location.href='index.php?option=com_content&task=view&id=17&Itemid=31'};
    document.getElementById('divCons').onclick = function() {document.location.href='index.php?option=com_content&task=view&id=18&Itemid=32'};
}