function dermblog()
{
//7
var ranNum= Math.round(Math.random() * 7);
if (ranNum == 0){document.write('<p> <img border="0" src="http://www.gulfdoctor.net/images/arrow.gif" width="32" height="32"><a href="http://www.associatedcontent.com/article/2350602/about_dermafiction.html" target="_blank" > DermaFiction: Patient stories about Dermatological Diseases</p></a>'); } // AboutDermaFiction
if (ranNum == 1){document.write('<p><img border="0" src="http://www.gulfdoctor.net/images/arrow.gif" width="32" height="32"> <a href="http://www.associatedcontent.com/article/2350554/nailing_the_diagnosis.html" target="_blank" > DermaFiction: Nail Psoriasis </p></a>'); } // NailingTheDiagnosis
if (ranNum == 2){document.write('<p> <img border="0" src="http://www.gulfdoctor.net/images/arrow.gif" width="32" height="32"><a href="http://www.associatedcontent.com/article/2280997/androgenetic_hair_loss_in_women.html" target="_blank" > Cosmetic Dermatology Made Simple: Androgenetic Hair Loss in Women </p></a>'); } // AndrogeneticHairLossInWomen
if (ranNum == 3){document.write('<p> <img border="0" src="http://www.gulfdoctor.net/images/arrow.gif" width="32" height="32"><a href="http://www.associatedcontent.com/article/2266005/computational_simulation_of_laser_hair.html" target="_blank" > Life in Silico: Computational Simulation of Laser Hair Removal </p></a>'); } // ComputationalSimulationLaserHair
if (ranNum == 4){document.write('<p> <img border="0" src="http://www.gulfdoctor.net/images/arrow.gif" width="32" height="32"><a href="http://www.associatedcontent.com/article/2240085/chemical_peels_out_with_the_old_in.html" target="_blank" > Cosmetic Dermatology Made Simple: Chemical Peels: Out with the Old, in with the New </p></a>'); } // ChemicalPeelIntro
if (ranNum == 5){document.write('<p> <img border="0" src="http://www.gulfdoctor.net/images/arrow.gif" width="32" height="32"><a href="http://www.associatedcontent.com/article/2234399/lasers_in_dermatology.html" target="_blank" > Cosmetic Dermatology Made Simple: Lasers in Dermatology </p></a>'); } // LasersInDermatology
if (ranNum == 6){document.write('Check out my recently published content on AC:<br> <a href="http://www.associatedcontent.com/article/2684613/honey_i_shrunk_the_spf.html"> Honey, I Shrunk the SPF </a>'); } // HoneyShrunkSPF
if (ranNum == 7){document.write('Check out my recently published content on AC:<br> <a href="http://www.associatedcontent.com/article/2723217/the_new_generation_zit_zapper.html"> The New Generation Zit Zapper </a>'); } // ZitZapper
}