// NOTE: If you use a ' add a slash before it like this \' 

var aux=function()
{
var html="";

//<a href='index.html' target='_top'>
//<A HREF='mailto:info@file-reg.com'>

 html+="<div class='copyright-student'><a href='contact.html' target='_top'>";

 html+="<div class='copyright'>&copy; Copyright 2010 File-Reg International Alle rechten voorbehouden</div>";
 html+="<div class='copyright'>Voor meer informatie Email File-Reg</div>";

 html+="</a></div>";


 document.write(html);
};


aux();



