function triggerJS(){
/*
location.replace("http://rishavcomputer.com/softstart/demhospital");
*/
location.assign("http://www.adsoft.net.in/adcsdnew");
//Use assign() instead of replace if you want to have the first page in the history (i.e if you want the user to be able to navigate back when New_WebSite_Url is loaded)
}