// <![CDATA[

 

    var mobile = (/iphone|nokia|ipod|android|blackberry/i.test(navigator.userAgent.toLowerCase()));
    if (mobile) {
        var mypath = location.href ;
		var temp = new Array();
		var temp2 = new Array();
        temp = mypath.split('onlinemedicinetips.com');
        temp2 = temp[1].split('mobile'); 
		
	
		if(temp2[1] !=null){ 
		var newpath =  'http://www.onlinemedicinetips.com' + '/mobile' + temp2[1] ; 
		}
		else{
		var newpath =  'http://www.onlinemedicinetips.com' + '/mobile' + temp[1] ; 
		}
		document.location = newpath ;

	}



// ]]>
