Slide show
[people][slideshow]
Ad Code
JSON Variables
Total Pageviews
Blog Archive
-
▼
2024
(491)
-
▼
December
(38)
- भिक्षुगीता
- माहेश्वरतन्त्र पटल २
- अग्निपुराण अध्याय २४८
- अग्निपुराण अध्याय २४७
- अग्निपुराण अध्याय २४६
- तन्त्र
- अग्निपुराण अध्याय २४५
- गणेश गीता अध्याय ११
- गणेशगीता अध्याय १०
- गणेशगीता अध्याय ९
- गणेशगीता अध्याय ८
- गणेशगीता अध्याय ७
- गणेशगीता अध्याय ६
- माहेश्वरतन्त्र पटल १
- शिव स्तोत्र
- गणेशगीता अध्याय ५
- गणेशगीता अध्याय ४
- गणेशगीता अध्याय ३
- गणेशगीता अध्याय २
- गणेशगीता
- अग्निपुराण अध्याय २४४
- अग्निपुराण अध्याय २४३
- लक्ष्मी सूक्त
- संकष्टनामाष्टक
- नर्मदा स्तुति
- श्रीयमुनाष्टक
- यमुनाष्टक
- गंगा स्तुति
- गंगा दशहरा स्तोत्र
- मणिकर्णिकाष्टक
- गायत्री स्तुति
- काशी स्तुति
- श्रीराधा अष्टक
- शार्व शिव स्तोत्र
- रामगीता
- जीवन्मुक्त गीता
- गीता सार
- अग्निपुराण अध्याय ३८३
-
▼
December
(38)
Search This Blog
Fashion
3/Fashion/grid-small
Menu Footer Widget
Text Widget
Bonjour & Welcome
About Me
Labels
- Astrology
- D P karmakand डी पी कर्मकाण्ड
- Hymn collection
- Worship Method
- अष्टक
- उपनिषद
- कथायें
- कवच
- कीलक
- गणेश
- गायत्री
- गीतगोविन्द
- गीता
- चालीसा
- ज्योतिष
- ज्योतिषशास्त्र
- तंत्र
- दशकम
- दसमहाविद्या
- देवी
- नामस्तोत्र
- नीतिशास्त्र
- पञ्चकम
- पञ्जर
- पूजन विधि
- पूजन सामाग्री
- मनुस्मृति
- मन्त्रमहोदधि
- मुहूर्त
- रघुवंश
- रहस्यम्
- रामायण
- रुद्रयामल तंत्र
- लक्ष्मी
- वनस्पतिशास्त्र
- वास्तुशास्त्र
- विष्णु
- वेद-पुराण
- व्याकरण
- व्रत
- शाबर मंत्र
- शिव
- श्राद्ध-प्रकरण
- श्रीकृष्ण
- श्रीराधा
- श्रीराम
- सप्तशती
- साधना
- सूक्त
- सूत्रम्
- स्तवन
- स्तोत्र संग्रह
- स्तोत्र संग्रह
- हृदयस्तोत्र
Tags
Contact Form
Contact Form
Followers
Ticker
6/recent/ticker-posts
Slider
5/random/slider
Labels Cloud
Translate
Pages
Popular Posts
-
मूल शांति पूजन विधि कहा गया है कि यदि भोजन बिगड़ गया तो शरीर बिगड़ गया और यदि संस्कार बिगड़ गया तो जीवन बिगड़ गया । प्राचीन काल से परंपरा रही कि...
-
रघुवंशम् द्वितीय सर्ग Raghuvansham dvitiya sarg महाकवि कालिदास जी की महाकाव्य रघुवंशम् प्रथम सर्ग में आपने पढ़ा कि-महाराज दिलीप व उनकी प...
-
रूद्र सूक्त Rudra suktam ' रुद्र ' शब्द की निरुक्ति के अनुसार भगवान् रुद्र दुःखनाशक , पापनाशक एवं ज्ञानदाता हैं। रुद्र सूक्त में भ...
Popular Posts
अगहन बृहस्पति व्रत व कथा
December 10, 2020
मार्तण्ड भैरव स्तोत्रम्
August 04, 2021
sitemap
<script type='text/javascript'>
var postTitle = new Array();
var postUrl = new Array();
var postPublished = new Array();
var postDate = new Array();
var postLabels = new Array();
var postRecent = new Array();
var sortBy = "titleasc";
var numberfeed = 0;
function bloggersitemap(a) {
function b() {
if ("entry" in a.feed) {
var d = a.feed.entry.length;
numberfeed = d;
ii = 0;
for (var h = 0; h < d; h++) {
var n = a.feed.entry[h];
var e = n.title.$t;
var m = n.published.$t.substring(0, 10);
var j;
for (var g = 0; g < n.link.length; g++) {
if (n.link[g].rel == "alternate") {
j = n.link[g].href;
break
}
}
var o = "";
for (var g = 0; g < n.link.length; g++) {
if (n.link[g].rel == "enclosure") {
o = n.link[g].href;
break
}
}
var c = "";
if ("category" in n) {
for (var g = 0; g < n.category.length; g++) {
c = n.category[g].term;
var f = c.lastIndexOf(";");
if (f != -1) {
c = c.substring(0, f)
}
postLabels[ii] = c;
postTitle[ii] = e;
postDate[ii] = m;
postUrl[ii] = j;
postPublished[ii] = o;
if (h < 10) {
postRecent[ii] = true
} else {
postRecent[ii] = false
}
ii = ii + 1
}
}
}
}
}
b();
sortBy = "titledesc";
sortPosts(sortBy);
sortlabel();
displayToc();
}
function sortPosts(d) {
function c(e, g) {
var f = postTitle[e];
postTitle[e] = postTitle[g];
postTitle[g] = f;
var f = postDate[e];
postDate[e] = postDate[g];
postDate[g] = f;
var f = postUrl[e];
postUrl[e] = postUrl[g];
postUrl[g] = f;
var f = postLabels[e];
postLabels[e] = postLabels[g];
postLabels[g] = f;
var f = postPublished[e];
postPublished[e] = postPublished[g];
postPublished[g] = f;
var f = postRecent[e];
postRecent[e] = postRecent[g];
postRecent[g] = f
}
for (var b = 0; b < postTitle.length - 1; b++) {
for (var a = b + 1; a < postTitle.length; a++) {
if (d == "titleasc") {
if (postTitle[b] > postTitle[a]) {
c(b, a)
}
}
if (d == "titledesc") {
if (postTitle[b] < postTitle[a]) {
c(b, a)
}
}
if (d == "dateoldest") {
if (postDate[b] > postDate[a]) {
c(b, a)
}
}
if (d == "datenewest") {
if (postDate[b] < postDate[a]) {
c(b, a)
}
}
if (d == "orderlabel") {
if (postLabels[b] > postLabels[a]) {
c(b, a)
}
}
}
}
}
function sortlabel() {
sortBy = "orderlabel";
sortPosts(sortBy);
var a = 0;
var b = 0;
while (b < postTitle.length) {
temp1 = postLabels[b];
firsti = a;
do {
a = a + 1
} while (postLabels[a] == temp1);
b = a;
sortPosts2(firsti, a);
if (b > postTitle.length) {
break
}
}
}
function sortPosts2(d, c) {
function e(f, h) {
var g = postTitle[f];
postTitle[f] = postTitle[h];
postTitle[h] = g;
var g = postDate[f];
postDate[f] = postDate[h];
postDate[h] = g;
var g = postUrl[f];
postUrl[f] = postUrl[h];
postUrl[h] = g;
var g = postLabels[f];
postLabels[f] = postLabels[h];
postLabels[h] = g;
var g = postPublished[f];
postPublished[f] = postPublished[h];
postPublished[h] = g;
var g = postRecent[f];
postRecent[f] = postRecent[h];
postRecent[h] = g
}
for (var b = d; b < c - 1; b++) {
for (var a = b + 1; a < c; a++) {
if (postTitle[b] > postTitle[a]) {
e(b, a)
}
}
}
}
function displayToc() {
var a = 0;
var b = 0;
while (b < postTitle.length) {
temp1 = postLabels[b];
document.write("");
document.write('<div class="post-archive"><h4>' + temp1 + '</h4><div class="ct-columns">');
firsti = a;
do {
document.write("<p>");
document.write('<a " href="' + postUrl[a] + '">' + postTitle[a] + "");
if (postRecent[a] == true) {
document.write(' - <strong><span>New!</span></strong>')
}
document.write("</a></p>");
a = a + 1
} while (postLabels[a] == temp1);
b = a;
document.write("</div></div>");
sortPosts2(firsti, a);
if (b > postTitle.length) {
break
}
}
}
</script>
<script src=https://ptvaishnavi.blogspot.com/feeds/posts/summary?alt=json-in-script&max-results=9999&callback=bloggersitemap" type="text/javascript"></script>
Subscribe to:
Posts (Atom)
vehicles
[cars][stack]
business
[business][grids]
health
[health][btop]
Featured Posts
[verticalposts][food]
Labels
- Astrology (7)
- D P karmakand डी पी कर्मकाण्ड (10)
- Hymn collection (38)
- Worship Method (32)
- अष्टक (54)
- उपनिषद (30)
- कथायें (127)
- कवच (61)
- कीलक (1)
- गणेश (25)
- गायत्री (1)
- गीतगोविन्द (27)
- गीता (34)
- चालीसा (7)
- ज्योतिष (32)
- ज्योतिषशास्त्र (86)
- तंत्र (182)
- दशकम (3)
- दसमहाविद्या (51)
- देवी (190)
- नामस्तोत्र (55)
- नीतिशास्त्र (21)
- पञ्चकम (10)
- पञ्जर (7)
- पूजन विधि (80)
- पूजन सामाग्री (12)
- मनुस्मृति (17)
- मन्त्रमहोदधि (26)
- मुहूर्त (6)
- रघुवंश (11)
- रहस्यम् (120)
- रामायण (48)
- रुद्रयामल तंत्र (117)
- लक्ष्मी (10)
- वनस्पतिशास्त्र (19)
- वास्तुशास्त्र (24)
- विष्णु (41)
- वेद-पुराण (691)
- व्याकरण (6)
- व्रत (22)
- शाबर मंत्र (1)
- शिव (54)
- श्राद्ध-प्रकरण (14)
- श्रीकृष्ण (22)
- श्रीराधा (2)
- श्रीराम (71)
- सप्तशती (22)
- साधना (10)
- सूक्त (30)
- सूत्रम् (4)
- स्तवन (109)
- स्तोत्र संग्रह (711)
- स्तोत्र संग्रह (6)
- हृदयस्तोत्र (10)
ad space
vertical posts
[verticalposts][technology]
Search This Blog
random posts
randomposts2
recent comments
recentcomments
recent posts
recentposts1
No comments:
New comments are not allowed.