tag) function generic() { translate(); }; //setup onload function if(typeof window.addEventListener != 'undefined') { //.. gecko, safari, konqueror and standard window.addEventListener('load', generic, false); } else if(typeof document.addEventListener != 'undefined') { //.. opera 7 document.addEventListener('load', generic, false); } else if(typeof window.attachEvent != 'undefined') { //.. win/ie window.attachEvent('onload', generic); } //** remove this condition to degrade older browsers else { //.. mac/ie5 and anything else that gets this far //if there's an existing onload function if(typeof window.onload == 'function') { //store it var existing = onload; //add new onload handler window.onload = function() { //call existing onload function existing(); //call generic onload function generic(); }; } else { //setup onload function window.onload = generic; } } Bioinformatics arena: All about Bioinformatics

Tuesday, July 25, 2006

All about Bioinformatics

This blog is intended to be a sink where I will write my own notes, memos, comments and links regarding to subjetcs on Bioinformatics. I want to use it mainly as a reference place, but maybe it would evolve to something unexpected. Maybe.

[+/-] show/hide this post  

4 Comments:

At 1:19 PM, Blogger ddumping said...

Greets to the webmaster of this wonderful site! Keep up the good work. Thanks.
»

 
At 4:08 AM, Blogger ddumping said...

Your site is on top of my favourites - Great work I like it.
»

 
At 5:46 AM, Blogger Jyoti said...

amazing.........site for bioinfo & other related fields

 
At 5:46 AM, Blogger Jyoti said...

amazing.........site for bioinfo & other related fields

 

Post a Comment

<< Home