diff --git a/SJPv6/www/SJPamsha.htm b/SJPv6/www/SJPamsha.htm
index 94add8b..449308c 100644
--- a/SJPv6/www/SJPamsha.htm
+++ b/SJPv6/www/SJPamsha.htm
@@ -111,7 +111,7 @@
'
'
+document.getElementById("charts").innerHTML
+editlink
- +getChart(chart,params['Division'],params['Division'])
+ +getChart(chart,params['Division'],params['Division'],5,false);
+'
'
;
document.close();
diff --git a/SJPv6/www/sjp.js b/SJPv6/www/sjp.js
index 22ee44c..69320ee 100644
--- a/SJPv6/www/sjp.js
+++ b/SJPv6/www/sjp.js
@@ -1674,7 +1674,7 @@ function init(){
places_c = getCookie('placeslist');
if(places_c===""){
- places_c="Puri#-85.83;19.81;5.5&New Delhi#-77.208833;28.613806;5.5&Chennai#-80.23;13.5;5.5&WashingtonDC#77.0366;38.8977;-5.0";
+ places_c="Ujjain#-75.769;23.1833;5.5&Puri#-85.83;19.81;5.5&New Delhi#-77.208833;28.613806;5.5&Chennai#-80.23;13.5;5.5&WashingtonDC#77.0366;38.8977;-5.0";
}
populatePlacesList(places_c);
window.status="Intialised Form";