snode = document.getElementById("rss_feed");
newele = document.createElement("div");
newele.innerHTML = "<hr><b>Global Proteome Machine News:</b> <a href='http://www.thegpm.org/gpm_rss.xml' title='RSS feed' border='0'><img src='/pics/rss.png' title='RSS feed' border='0'></a><br><ol><li><a href='http://www.thegpm.org/dsotw.html#201003141' target='_GPMDB'>Data set of the week: 14 Mar 2010</a><br>Quantitative phosphoproteomic analysis reveals vasopressin V2-receptor-dependent signaling pathways in renal collecting duct cells.</li><li><a href='http://www.thegpm.org/dsotw.html#201003071' target='_GPMDB'>Data set of the week: 7 Mar 2010</a><br>Phosphorylation dynamics during early differentiation of human emrbyonic stem cells.</li><li><a href='http://www.thegpm.org/dsotw.html#201002281' target='_GPMDB'>Data set of the week: 28 Feb 2010</a><br>A Lectin HPLC Method to Enrich Selectively-glycosylated Peptides from Complex Biological Samples.</li><li><a href='http://www.thegpm.org/dsotw.html#201002211' target='_GPMDB'>Data set of the week: 21 Feb 2010</a><br>Quantitative chemical proteomics reveals mechanisms of action of clinical ABL kinase inhibitors.</li><li><a href='http://www.thegpm.org/dsotw.html#201002141' target='_GPMDB'>Data set of the week: 14 Feb 2010</a><br>Cell-specific information processing in segregating populations of Eph receptor ephrin-expressing cells.</li></ol>";
snode.parentNode.insertBefore(newele, snode);
