//Menu implementation 
jQuery(document).ready(function(){

var pathname = jQuery(location).attr('href');

if(pathname.indexOf("action")<0 && pathname.indexOf("Edit")<0)
{


var k=jQuery("h1").eq(0).text();

if(k.indexOf("Office Hours") >= 0)
{

jQuery("<img height='256' width='237' src='/Portals/0/imgcust/officehours.jpg' alt='officehours' class='photoright' />").insertBefore(jQuery("#dnn_ContentPane").find("p").eq(0));

}
if(k.indexOf("Financial & Insurance") >= 0)
{

jQuery("<img height='256' width='237' src='/Portals/0/imgcust/financial.jpg' alt='financial' class='photoright' />").insertBefore(jQuery("#dnn_ContentPane").find("p").eq(0));

}
if(k.indexOf("Practice Events") >= 0)
{

jQuery("<img height='256' width='237' src='/Portals/0/imgcust/practiceevents.jpg' alt='practiceevents' class='photoright' />").insertBefore(jQuery("#dnn_ContentPane").find("p").eq(0));

}
if(k.indexOf("Related Links") >= 0)
{

jQuery("<img height='256' width='237' src='/Portals/0/imgcust/relatedlinks.jpg' alt='relatedlinks' class='photoright' />").insertBefore(jQuery("#dnn_ContentPane").find("h3").eq(0));

}
if(k.indexOf("First Visit") >= 0)
{

jQuery("<img height='256' width='237' src='/Portals/0/imgcust/firstvisit.jpg' alt='firstvisit' class='photoright' />").insertBefore(jQuery("#dnn_ContentPane").find("p").eq(0));

}
/*if(k.indexOf("Patient Gallery") >= 0)
{

jQuery("<img height='256' width='237' src='/Portals/0/imgcust/patientgallery.jpg' alt='patientgallery' class='photoright' />").insertBefore(jQuery("#dnn_ContentPane").find("p").eq(0));

}*/
if(k.indexOf("Early Treatment") >= 0)
{

jQuery("<img height='256' width='237' src='/Portals/0/imgcust/earlytreatment.jpg' alt='earlytreatment' class='photoright' />").insertBefore(jQuery("#dnn_ContentPane").find("p").eq(0));

}
if(k.indexOf("Adult Treatment") >= 0)
{

jQuery("<img height='256' width='237' src='/Portals/0/imgcust/adulttreatment.jpg' alt='adulttreatment' class='photoright' />").insertBefore(jQuery("#dnn_ContentPane").find("p").eq(0));

}
if(k.indexOf("Privacy Policy") >= 0)
{

jQuery("<img height='256' width='237' src='/Portals/0/imgcust/privacy.jpg' alt='privacy' class='photoright' />").insertBefore(jQuery("#dnn_ContentPane").find("p").eq(0));

}
if(k.indexOf("Disclaimer") >= 0)
{

jQuery("<img height='256' width='237' src='/Portals/0/imgcust/disclimer.jpg' alt='disclimer' class='photoright' />").insertBefore(jQuery("#dnn_ContentPane").find("p").eq(0));

}
/*if(k.indexOf("Contests/Events") >= 0)
{

jQuery("<img height='256' width='237' src='/Portals/0/imgcust/contests-events.jpg' alt='contests-events' class='photoright' />").insertBefore(jQuery("#dnn_ContentPane").find("p").eq(0));

}
*/if(k.indexOf("Doctors Corner") >= 0)
{

jQuery("<img height='256' width='237' src='/Portals/0/imgcust/doctorcorner.jpg' alt='doctorcorner' class='photoright' />").insertBefore(jQuery("#dnn_ContentPane").find("p").eq(0));

}
if(k.indexOf("Testimonials") >= 0)
{

jQuery("<img height='256' width='237' src='/Portals/0/imgcust/testimonials.jpg' alt='testimonials' class='photoright' />").insertBefore(jQuery("#dnn_ContentPane").find("p").eq(0));

}
if(k.indexOf("Office Tour") >= 0)
{

jQuery("<img height='256' width='237' src='/Portals/0/imgcust/officetour.jpg' alt='officetour' class='photoright' />").insertBefore(jQuery("#dnn_ContentPane").find("p").eq(0));

}




} 

});
















