It seems appropriate during the dark times of Lent, the warmest light surrounds our mother Mary. #catholic #church #sunday #stjoecottleville #lentenreflections #mamamary #gentlemother (at St. Joseph Parish Cottleville)
seen from United States
seen from TĂźrkiye
seen from Malaysia

seen from Malaysia
seen from Germany
seen from Argentina

seen from United States

seen from Malaysia
seen from China
seen from Venezuela
seen from United States
seen from United States
seen from Netherlands
seen from South Korea

seen from United States
seen from United States
seen from Brazil

seen from Russia
seen from United States
seen from United States
It seems appropriate during the dark times of Lent, the warmest light surrounds our mother Mary. #catholic #church #sunday #stjoecottleville #lentenreflections #mamamary #gentlemother (at St. Joseph Parish Cottleville)

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
gentlemother-just for you! :)
"Awesome editing. Great gif set. Lovely Emma and Henry." - Thank you, you're too kind. :) I really like their relationship, it's sweet and sometimes complicated, and important for both of them, I wish there were more gifs/graphics of them. Thanks once again! Have a lovely day!
Not at all, darling , not at all. You did hard work and make that awesome gif set. Not only you did gif set, you made fanart gif set and very interesting one. Great work.
I like Henry and Emma, too. Relationships between the parent and a child are always complicated and important. Maybe you could make some gif set for RumBelle, as well. Just for me. Or you could make Neal, Emma and Henry gif set. That could be grand. Henryâs little family. Just suggesting, I am not giving requests or prompts. Love you, Dearie.
It is pleasure to speak with someone outside RumBelle fandom. You know, you arenât the only gif maker, fanart maker outside RumBelle fandom who spoke to me. I have couple encounters with gif makers before. But most of them are Dearies. I like to chat with Evil Regals and Snow and Emma shippers. Pleasure is mine, really.Â
I am darkmasterplan. I am Milica, sister, aunt, Proud Gryffindor and Narnian, Sherlolly and Hiccstrid shipper and Tumblr Expert. I am living in Serbia, Europe. My blog is Game of Thrones and Sherlock centric with occasional outburst of Harry Potter, Lord of the rings, Narnia, How to train your dragon, Series of Unfortunate Events, Coraline, castles, dragons, stained glass, fashion, art, nature, vintage and pretty photos. Anon messages arenât welcomed on my blog. Donât like role playing, but I love cosplaying. I am making New follower posts as promotion in our fandom. Updating on daily bases. I am Little Fire Dragon. Thatâs my nickname.
BTW, I canât make gifs. I am just borrowing them. I am word master. LOL. I am saying , I am playing with words. Thank you for your kind words, gentlemother. It is pleasure to speak to you. Â
gentlemother replied to your post: TAG. YOUâRE IT. The rules are to state 5 random facts about yourself. Then, go to ten favorite blogs and tell them they are it! :3
I wanted to be Xena as well! Actually, I still want to be her. ;)Â
I KNOW RIGHT :D She was so sassy and fierce and amazing. True HBIC ;)
gentlemother replied to your post: I USED THE MASKING TOOL TO BLEND TWO IMAGES. It...
I feel like this whenever I learn something new with ps! Doesnât matter how simple it is. :) (Sorry if this is random, Iâve been meaning to stop being one of your silent followers for a while! ;)
lol. Yeah I'm about to post the graphic I made and it is SO simple, but like I used a new technique to make it so I feel like I leveled up!
And hi! Nice to meet you!
<![CDATA[// <![CDATA[ function decodeContentTags(str) { var div = document.createElement("div"); div.innerHTML = str; return div.innerHTML; } // ]]]]><![CDATA[>]]><![CDATA[// <![CDATA[ function newTagLinks(postID, tags) { tag = tags.split(","); postTags = "post_tags_" + postID; $(postTags).innerHTML = ""; for (i = 0; i < tag.length; i++) { var addLabel = document.createElement("a"); addLabel.setAttribute("href", "/tagged/" + tag[i]); addLabel.innerHTML = "#" + tag[i]; $(postTags).appendChild(addLabel); } } // ]]]]><![CDATA[>]]><![CDATA[// <![CDATA[ function displayTags(postID) { existingTags = ""; hasTags = true; if (String($("post_tags_" + postID)) != "null") { for (i = 0; i < $("post_tags_" + postID).childElements().length; i++) { existingTags += $("post_tags_" + postID).down(i).innerHTML.substr(1) + ","; } } existingTags = existingTags.slice(0, -1); tags = prompt("Tags", existingTags); if (tags != null) { $("tagEdit-" + postID).innerHTML = "working..."; $("tagEdit-" + postID).removeAttribute("onClick"); editTags(postID, tags); } } // ]]]]><![CDATA[>]]><![CDATA[// <![CDATA[ function editTags(postID, tags) { var editPost = "/edit/" + postID; new Ajax.Request(editPost, {onSuccess: function (response) {r = response.responseText;dataStart = r.indexOf("<form");dataEnd = r.indexOf("");html = r.substring(dataStart, dataEnd);var inputs = html.match(/<input[^>]*>/g);var textareas = html.match(/<textarea[^>]*>[^<]*<\/textarea>/g);var params = {};var name;for (i = 0; i < inputs.length; i++) {name = inputs[i].match(/name="([^"]*)"/);if (name) {if (String(inputs[i].match(/value="([^"]*)"/)) == "null") {params[name[1]] = null;} else {params[name[1]] = decodeContentTags(inputs[i].match(/value="([^"]*)"/)[1]).unescapeHTML();}}}for (i = 0; i < textareas.length; i++) {name = textareas[i].match(/name="([^"]*)"/);if (name && !/id="custom_tweet"/.test(textareas[i])) {params[name[1]] = decodeContentTags(textareas[i].replace(/<(?!\s*\/?\s*p\b)[^>]*>/gi, "")).unescapeHTML();}}params['post[tags]'] = tags;delete params['post[promotion_type]'];delete params.preview_post;new Ajax.Request(editPost, {method: "post", parameters: params, onSuccess: function (transport) {newTagLinks(postID, tags);$("tagEdit-" + postID).innerHTML = "done!";$("tagEdit-" + postID).setAttribute("onClick", "displayTags(" + postID + ")");setTimeout(function () {$("tagEdit-" + postID).innerHTML = "edit tags";}, 1500);}, onFailure: function () {$("tagEdit-" + postID).innerHTML = "x_x";$("tagEdit-" + postID).setAttribute("title", "Please reload!");}});}}); } // ]]]]><![CDATA[>]]><![CDATA[// <![CDATA[ function addTagEdit(postControl, postID) { var addLabel = document.createElement("a"); addLabel.setAttribute("id", "tagEdit-" + postID); addLabel.setAttribute("style", "cursor: pointer;"); addLabel.setAttribute("onClick", "displayTags(" + postID + ")"); addLabel.innerHTML = "edit tags"; postControl.appendChild(addLabel); } // ]]]]><![CDATA[>]]><![CDATA[// <![CDATA[ function getPostsTags(startNum) { var allPosts = $$("li.is_mine.:not(li.new_post)"); for (var i = startNum; i < allPosts.length; i++) { postID = allPosts[i].getAttribute("id").substr(5); addTagEdit(allPosts[i].down().next(), postID); } return allPosts.length + startNum; } // ]]]]><![CDATA[>]]><![CDATA[// <![CDATA[ (function mainTags() { var startNum = 0; var pageLength = $$("li.is_mine.:not(li.new_post)").length; startNum = getPostsTags(startNum); Ajax.Responders.register({onLoaded: function () {checkPage = setInterval(function () {var newLength = $$("li.is_mine.:not(li.new_post)").length;if (pageLength < newLength) {getPostsTags(pageLength);pageLength = newLength;}window.clearInterval(checkPage);return;}, 5000);}}); })(); // ]]]]><![CDATA[>]]>

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
tywinning replied to your post: tywinning replied to your post: âI was to be Jaime...
is this a bias of the authorâs personal preference for queen? i dont imagine Elia ever thinking the throne *belonged* to Cersei.
Her portrayal of Cersei is obnoxious as well (in the fics I have read, there are many that I haven't), so I don't know. She is a Strong Female (TM) person though, so outside of her fics she may have some emotional connection.
gentlemother replied to your post: i really wish i had a âstyleâ in graphics and gifs...
Hmm, but you have a style (but maybe my opinion isnât important because I donât know much about graphics & stuff, I opened ps for the first time 2 weeks ago) - I always recognize your gifs without looking at the source! :)
Really? I wish I knew what makes you recognize them BECAUSE I DON'T KNOW? XD
You know, after reading ASOIAF I turned into that mode in which I compare everything to those books. For example, I watched Brave and thought Elinor & Merida dynamics slightly resembles Catelyn & Arya. The ending of this movie is something I could see happening for Cat & Arya if ASOIAF were a fairytale. :)
Brave hasn't come here yet (I HAVE NO IDEA WHY, IT WILL BE HERE NEXT MONTH, WE USUALLY GET EVERY DISNEY MOVIE AT THE SAME TIME AS EVERYONE) so I have no idea what to say. I want to watch it so much. ;_;
I know every song from Quest for Camelot by heart! The Prayer - and Juliana as a character - is my favorite, it kind of reminds me of Catelyn praying for Robb (let him grow taller). And On My Father's Wings belongs to Arya & Sansa after Ned's death. Sansa's lines would be: I'll fly on my father's wings to places I have never been (I think it goes well with the bird symbolism). :)
JULIANA IS MY FAVORITE TOO!!!!!!!!! <33333333 Ugh, that movie and those songs are just too perfect. Now I want to watch it again!! xD I have to look into the songs and those connections. When I know something for a long time, it takes too much work for me to tie it to something I have known for a shorter while.