function drawParentLinks()
{
var path = 'newsletters/2006/apr/';
var content;
content = '<img alt="Wilgus Hall" src="images/hall.jpg" width="170px">';
content += 'The following links are provided as resources for you, the parents of ';
content += 'our residents:<br /><br />';
content += '<a href="http://www.uwplatt.edu/police/">Campus Police</a><br />';
content += '<a href="http://reslife.saf.uwplatt.edu/cpr/">Campus Programming and ';
content += 'Relations</a><br />';
content += '<a href="http://www.uwplatt.edu/contact/campus_map.html">Campus Map';
content += '</a><br />';
content += '<a href="http://www.uwplatt.edu/counseling/index.html">Counseling ';
content += 'Services</a><br />';
content += '<a href="http://reslife.saf.uwplatt.edu/diningservices/">Dining ';
content += 'Services</a><br />';
content += '<a href="http://www.uwplatt.edu/university/documents/student_policies/';
content += 'general.html#FERPA">FERPA</a><br />';
content += '<a href="http://www.uwplatt.edu/finaid/">Financial Aid</a><br />';
content += '<a href="http://www.uwplatt.edu/stuhlthsvcs/">Health Services</a><br />';
content += '<a href="hallPolicies.html">Residence Hall Handbook</a><br />';
content += '<a href="http://reslife.saf.uwplatt.edu/pic/">Pioneer Involvment Center';
content += '</a><br />';
content += '<a href="http://www.platteville.com/">Platteville, City of</a>';
content += '<br />';
content += '<a href="http://www.uwplatt.edu/registrar/">Registrar</a><br />';
content += '<a href="http://reslife.saf.uwplatt.edu/resnet/">ResNet</a><br />';
content += '<a href="http://www.uwplatt.edu/tutoring/">Tutoring Services</a><br />';
document.getElementById("parentLinks").innerHTML = content;
}