snode = document.getElementById("rss_feed");
newele = document.createElement("div");
<hr /><hr /><hr /><hr /><hr />newele.innerHTML = "<a href='http://www.thegpm.org/dsotw_2012.html#201201291' target='_GPMDB' style='color:blue; font-size: 8pt'>Data set of the week: 29 Jan 2012 (*)</a><br />Modularity and hormone sensitivity of the Drosophila melanogaster insulin receptor/target of rapamycin interaction proteome.<a href='http://www.thegpm.org/dsotw_2012.html#201201221' target='_GPMDB' style='color:blue; font-size: 8pt'>Data set of the week: 22 Jan 2012 (**)</a><br />Characterization of the Asia Oceania Human Proteome Organisation Membrane Proteomics Initiative Standard using SDS-PAGE shotgun proteomics.<a href='http://www.thegpm.org/index.html#201201171' target='_GPMDB' style='color:blue; font-size: 8pt'>RFC GPM-2011.12.14 adopted</a><br />A specification for annotated protein modifications has been officially adopted by GPM and GPMDB.<a href='http://www.thegpm.org/dsotw_2012.html#201201151' target='_GPMDB' style='color:blue; font-size: 8pt'>Data set of the week: 15 Jan 2012 (****)</a><br />Deep proteome and transcriptome mapping of a human cancer cell line.<a href='http://www.thegpm.org/dsotw_2012.html#201201081' target='_GPMDB' style='color:blue; font-size: 8pt'>Data set of the week: 8 Jan 2012 (*)</a><br />iPRG-2011: Study Materials for Identification of Electron Transfer Dissociation (ETD) Mass Spectra.";
snode.parentNode.insertBefore(newele, snode);

