Update 17/02/2018: The scripts of menu have been updated.
I have shared two jQuery menus on HelperBlogger so far,first one was Smooth jQuery Drop Down Menu Version 1 and second one was Version 2.This time I am sharing an amazing CSS3 & jQuery lavalamp menu and as mentioned in title it works with CSS3 and jQuery.You can use this menu in 6 colors by just changing a word in the HTML code.This menu is designed by Insidesigns and I have bloggerized it to works perfectly with any blogger blog.Now lets go to the tutorial and see how to add this menu to blogger blog.
How To Add This Menu TO Blogger?
For easy understanding I am dividing the tutorial in three parts & they are as below,
- Adding Scripts
- Adding Styles
- Adding The Menu
1. Adding Scripts
- Go to Blogger Dashboard > Template
- Click on Edit HTML
- Hit Proceed
- Find below code in your template
</head>
add below code just above it,(If you have already added a jQuery library to your blog then delete the highlighted code)
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<script src="http://helperblogger.ucoz.com/code/lavalamp-menu.js" type="text/javascript"></script>
2. Adding Styles
Now find below code,
]]></b:skin>
add below CSS code immediately before it,
/*LAVALAMP MENU BY http://www.helperblogger.com/ START*/
.lavalamp {
position: relative;
border: 1px solid #d6d6d6;
background: #fff;
padding: 15px;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
border-radius : 10px;
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
background : -webkit-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(204,204,204)));
background : -moz-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(204,204,204)));
height: 18px;
font-family: calibri;
}
.magenta {
background : rgb(190,64,120);
background : -webkit-gradient(linear, left top, left bottom, from(rgb(190,64,120)), to(rgb(177,24,91)));
background : -moz-gradient(linear, left top, left bottom, from(rgb(190,64,120)), to(rgb(177,24,91)));
border: 1px solid #841144;
}
.cyan {
background : rgb(64,181,197);
background : -webkit-gradient(linear, left top, left bottom, from(rgb(64,181,197)), to(rgb(7,165,187)));
background : -moz-gradient(linear, left top, left bottom, from(rgb(64,181,197)), to(rgb(7,165,187)));
border: 1px solid #2f8893;
}
.yellow {
background : rgb(255,199,79);
background : -webkit-gradient(linear, left top, left bottom, from(rgb(255,199,79)), to(rgb(255,188,43)));
background : -moz-gradient(linear, left top, left bottom, from(rgb(255,199,79)), to(rgb(255,188,43)));
border: 1px solid #c08c1f;
}
.orange {
background : rgb(255,133,64);
background : -webkit-gradient(linear, left top, left bottom, from(rgb(255,133,64)), to(rgb(255,107,24)));
background : -moz-gradient(linear, left top, left bottom, from(rgb(255,133,64)), to(rgb(255,107,24)));
border: 1px solid #c04f11;
}
.dark {
background : rgb(89,89,89);
background : -webkit-gradient(linear, left top, left bottom, from(rgb(89,89,89)), to(rgb(54,54,54)));
background : -moz-gradient(linear, left top, left bottom, from(rgb(89,89,89)), to(rgb(54,54,54)));
border: 1px solid #272727;
}
.magenta li a , .cyan li a, .yellow li a , .orange li a, .dark li a{
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.40);
}
.lavalamp a {
text-decoration: none;
color: #262626;
line-height: 20px;
}
.lavalamp ul {
margin: 0;
padding: 0;
z-index: 300;
position: absolute;
}
.lavalamp ul li {
list-style: none;
float:left;
text-align: center;
}
.lavalamp ul li a {
padding: 0 20px;
text-align: center;
}
.floatr {
position: absolute;
top: 10px;
z-index: 50;
width: 70px;
height: 30px;
border-radius : 8px;
-moz-border-radius : 8px;
-webkit-border-radius : 8px;
background : rgba(0,0,0,.20);
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
}
/*LAVALAMP MENU BY http://www.helperblogger.com/ END*/
Now save your template.
3. Adding The Menu
Now come to Page Layout
- Now come to Page Layout
- Click on Add a Gadget (Below Header)
- Choose HTML/JavaScript
- Copy and paste below code inside it,
<div class="lavalamp dark">
<ul>
<li class="active"><a href="">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contacts</a></li>
<li><a href="#">Back to Article</a></li>
<li><<a href="#">How it Works?</a></li>
</ul>
<div class="floatr"></div>
</div>
- Replace # with the links
- Replace Home,About,Blog. etc. with your link text which you want to appear on the menu.
- If you want to change background color of the menu then replace <div class="lavalamp dark"> with one of the code below.
<div class="lavalamp"> | |
<div class="lavalamp magenta"> | |
<div class="lavalamp cyan"> | |
<div class="lavalamp yellow"> | |
<div class="lavalamp orange"> | |
<div class="lavalamp dark"> |
Finally save your widget and you are done.
I have tried my best to keep this tutorial as easy as possible,if still you are getting any single problem then feel free to share it below via comments,I will try to give reply as soon as time allows.
Peace and Blessings Buddies :)
Amazing CSS Transition
ReplyDeleteMenu Always are usefull
(¯`·._.·[ Oh Thank you Buddy! ]·._.·´¯)
Paste link : Easiest Way To Share Files On The Internet
hi i am doing this but no change.
Deletewhat i do?
Dear Brother In My Blog Have One Big Problem Which Is Now When I Adding Any CSS Code They Cannot Placed And The CSS Code Was Showing Top Left Corner On My Blog...???
ReplyDelete--> This Arrow Was Showing Top Left Corner On My Blog Beside HELLO Bar How Can I Remove That Arrow...???
Please Help Me Thank You...
Brother Can I Send You My Blogger Blog Template...???
ReplyDeleteOk send to rahul@helperblogger.com
DeleteOk Send to sahirajaan@gmail.com
Deleteamazing, very nice tutorial...
ReplyDeletei have asked multiple times to share headline css code here which you are using for headlines inside any post. but you have not yet responded... :(
http://premium-area.blogspot.com
thanks for this one bro..hope you make a many tutorials this is big help to me..
ReplyDeletePinoy Pick-up Lines,Storyahi Jokes,Bisaya Jokes,Pinoy Meme,
@ Rahul, Great work my friend but I have this huge favor to ask from you. Can you show me how to have a LOGIN/Register button from Facebook. Like You can sign in from your facebook account and it automatically share the stuff that you are seeing in a site.
ReplyDeleteIf all this is YOUR WORK not someone else's work you will be able to easily crack this code and Trust me this will get you more bloggers :)
Hey I have tried but I can't understand what are you asking or suggesting.If you are asking a facebook login button for your blog or website then you can get it from here.
DeleteLOAD BLOGGER
ReplyDeletesee my blog to learn latest blogger tips and widget
@Rahul - Okay This is what am asking you, How do you make a REGISTER PAGE on your blogger website with FACEBOOK . and When they REGISTER IT should show THEIR FACE in the top bar so they know they are SIGNED IN
ReplyDeleteIf you still didnt understand what am trying to say sent me an email in shainu.v.prakash@gmail.com It will be a great help for me Thats why thank you :)
Oh.. Now I understand,check this tutorial,
Deletehttp://www.9lessons.info/2011/02/login-with-facebook-and-twitter.html
@Rahul, Bro you do realize MILLIONS AND MILLIONS of people are looking for this Tutorial in the internet right? So why not make a TUTORIAL of it in your page . . . A VIDEO Tutorial, I will promise you You will have more people in here reading your reviews and getting ur gadgets :) More Money for u :D
DeleteIf you like the idea Please mail me at shainu.v.prakash@gmail.com
Nice Post...
ReplyDeleteHow to Change the Default Text Selection Color with CSS
This comment has been removed by a blog administrator.
ReplyDeletePls. don't spam here.
DeleteHi Rahul,
ReplyDeleteYou are quite late with this tutorial but brief. I like that :).
Best 15 Social Media widgets for Blogger
yeah I know that :) thanks for commenting also I will like if you don't add any links in your comments so that blogger will not consider them as a spam.
DeleteAmazing, very nice tutorial... keep writing.
ReplyDeleteVisit my blog My blogger topic to learn latest blogger tips, widget etc…
Thanks for commenting on this blog. Pls dont add links in your comments otherwise they will considered as spam.
Deleteit is added to my blog but when we click on link the page is not opening
ReplyDeletehelp
thats not possible bro. surely you are doing mistake while adding the HTML code.Can I see any demo?
Deletei have just finish adding the code and every thing but the link are not working too///
Deletehi admin i add this widget but when i click any link then it not working.please discuss about what is the link i add in " # ".please give an example.
Deletei m also having the same prob, link is not clickable.. please check it out @ indiantaxupdates.com
DeleteEven I'm having the same Problem..Please can you tell me why links are not working?please reply ASAP
DeleteWhat Is the Name Of This Template??
ReplyDeletehow to add sub-menu to this greet fancy menu ?
ReplyDeletethank you
TricksHunt.com
DeleteHey Rahul,
ReplyDeleteI Won't to exchange link of My Blog with your Blog...
My Blog is this : http://thehackinguniversity.blogspot.in/
Do U Agree ???
not working on blogspot. but work on HTML. you have to fix the script before being implemented in XML. you should try this script on blogspot first, before declaring this script fatherly blogger/blogspot.
ReplyDeleteDear respected admin Rahul
ReplyDeleteI am a newbie blogger at http://nptechs.blogspot.com. I provide downloads of pc game and softwares
so to make the post useful i used to copy the desription of the soft or game at the post Then my adsense was rejected for unacceptable site content >>>> Later on I deleted those description thinking that I was rejected due to copy paste description and my adsense i snow rejected for insufficent content Please help me What to do ??
Please respond to me
Are the description of games and soft cause duplicate content problem. Please let me know
I have also seen many blog with adsense with the same description of games and soft
Thanks
Hey..
ReplyDeleteThanks for the steps you have provided. I have liked the menu and it seems nice on my blog. But the problem is that the links to the pages are not working. Ex: When I click on (Home), it doesn't direct me to the home page. Any suggestions?
Can u Make IT dropdown?
ReplyDeleteCan you please tell me how to add my image to the search results like you have done.. Pls tell me..
ReplyDeleteThanks
Latest technology, softwares,gadgets,tricks and much more
thanks for your Widgets
ReplyDeleteBlogger To Free - Blogs Tutorials
good post..keep posting :)
ReplyDeleteGet 25% Off On Bigrock Domain Purchase
Well done! I am gratified that you have shared this important news with me. Thanks!
ReplyDeleteopen source developer
Nice WIDGET rahul...
ReplyDeleteAlso Visit my Blog TricksHunt.com
hyperlinks of the bottoms... doenst work
ReplyDeleteNice animation and transition budy. Sure I also try on my website at,
ReplyDeletewww.KeyDatabase.in must see.
sir i added but it is not working
ReplyDeletewww.bbxindia.com
Nice Article
ReplyDeleteHow To Automatically Delete Spam Messages In Gmail.
Would you please please tell me how to add a drop down menu in the same menu of as this ?
ReplyDeleteIt's my very humble request.
Thanks for sharing. Its good to see fresh content always.
ReplyDeletemobile website design and development
Thanks for providing widget for blogger i am very happy and thank to sharing this info........... watch my blog tutorial site at blogger tutorial
ReplyDeleteAwesome Post . Hey! Brother , this is the first time I visited your blog . I liked your blog a lot . Can you please make a similar widget for breadcrumbs navigation .
ReplyDeleteRegards,
Navneet
www.techravers.com
http://www.villagefile.com/
ReplyDeletebeautiful
my co-worker's mom makes $78/hour on the laptop. She has been fired for six months but last month her pay check was $18764 just working on the laptop for a few hours. Read more here http://run19.com
ReplyDeleteYAA,
ReplyDeleteTHANKS I ALSO INSTALLED ON MY WEBSITE
http://trickytricks4you.blogspot.in/
VERY THANKS.
KEEP POSTING
ReplyDeleteExplore the world of technology...
www.InfoExpo.in
when I click the link it doesn't work.For example
ReplyDeleteI click the 'Home' or 'About' there is no change
Are You Doing An Advertisement
ReplyDeleteThank you very much for your sharing. It is a very elegant navbar. I wonder if you can tell me how to change this and make it become a drop down menu?
ReplyDeleteThank you so much!
ReplyDeletehey rahul when i am following your tutorial for adding lavalamp jquery menu it is showing in background and foreground is overlapping with default blogger Page menu help.
ReplyDeletelavalamp menu added successfully but when i am clicking on button ex contact the page is not opening also i have added the link what you have suggested help.
ReplyDeleteHI! How are you.
ReplyDeleteI make a blog and upload videos about Information Technology.
i want to make all videos Overlay Like this.
Please click any video in down.
http://www.muhammadumairrazaqadri.com/famous/
Please Help me how i make my videos like these.
Please Mail me back as soon as possible.
Nice Widget.
ReplyDeleteI love this Blog Now.
Thesis 2.0 Wordpress Theme Worth $197 Free Download
thaks very easy widget
ReplyDeleteAwesome Article! very helpful!You Proved That You Are The MasterAwesome MPT Social BookMarking Widget with Fadein Hover effect
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteHello, could you tell me how to create the drop down menu like your blog? I've found for long tym. :(
ReplyDeleteRahul Ippar I missing youand your new unique and awesome posts :)
ReplyDeletePlease make a new post for us Related to blogger.
thank you i used a lot of your widgets , thks very much . vist my blog http://www.everypremiumpro.blogspot.com
ReplyDeletevery useful post thanks for it.web designer in uk
ReplyDeleteLoren thanks for this info. I even have bookmarked this and can inspect all the directories. Website Hosting Mumbai
ReplyDeleteDidn't work in my blog bro: Pinoy MEME,pinoy fail,pinoy quotes,patama,jokes,funny pinoy picture,picl up lines,banat.
ReplyDeleteCan you help me..
Thanks.
Wow..!! finally I found this great widget.. I want to use this for my site.. Thank you for sharing this to us..
ReplyDeleteBlog: MoreBlogTools
Nice Theme you Have you and Very good Post by the owner. i need This Widget for Creating My new Site.
ReplyDeleteAwesome Job Done By the Owner
Check My Site http://www.scriptjabbers.com/
Orange color is my favorite menu bar :), I am thinking to add this on my blog.
ReplyDeleteFor More Visit
ReplyDeletewww.shirazshakeel.blogspot.com
hey, nice post. i want to know how can i learn css from the beginning.
ReplyDeleteand i want also to learn java script. so which book should i prefer or anythn?
http://www.mytrickways.com
Wow awesome post bro :) It will be helpful for my newly blog on Blogger :D
ReplyDeleteFor more you can visit: http://www.gamingtron.com (All gaming news)
links are not working..please help
ReplyDeleteHey..bro....i tried too hard to change the menu haha...can u do that for me :):) Can i end my blog template :) ??
ReplyDeletenice
ReplyDeleteI cannot understand paragraph "Adding The Menu". I come to Page Layout
ReplyDeleteand Click on Add a Gadget (Below Header), but I don't see where to Choose HTML/JavaScript . This is what I see after clicking Add a gadget : http://rghost.net/43575267/image.png , and this is what I see when click add your own : http://rghost.net/43575315/image.png
Really helpful post and nice menu. I will really give a try to my new blog. Looking forward to see such content.
ReplyDeleteCheck my site: http://www.quickearnclub.com
and help me in improvement.
Sorry, i am not speak english. Please, i need a help.
ReplyDeletemy site: http://www.chapolinsincero.com/
in click, not redirect for link href.
Need help my template footer not well format....please help me..
ReplyDeletehttp://www.probloggertricks.com
When i add the links and click on it so it doesn't work, is there any alternative?
ReplyDeletecheck out the problem here http://www.geekomad.com
thanks..for this widget i use my blog hapta.in
ReplyDeleteNice tools I will use it on my other blogs
ReplyDeleteregards,
Dust
fromhobby2money.blogspot.com (bloggerpreneur)
I followed everything instructed, but there is an error, do you mind to help me out? here is the link: iammfajwillcomeback.blogspot.com
ReplyDeleteThis is good thanks for it : my site Technology Blog
ReplyDeleteI have used this in my blog Techmero.com
ReplyDeleteVery interesting thanks. I believe there's even more that could be on there! keep it up yard signs cheap
ReplyDeleteAwesome menus for all new bloggers to stylized their blog template.
ReplyDelete...▄▀▄▀▄▀▄ ▀ ProBloggerTricks ▀▄▀▄▀▄▀▄...
hey this is my Blog ( smartbuk.blogspot.com)
ReplyDeleteand i HAve a questIon About PAges
I dont KNow How to post in separate pages
so please would you telme PLzz t will be your most kindness
Thnku
(danishshowkat@gmail.com)
Awesome post yrr!!! Can I get a set of the same menu for wordpress? Coz I am on wordpress! :(
ReplyDeleteRegards,
MyPremiumTricks
It did not work for me. I did everything the same as you did and still get the old Blogger menu thing over it. :( I don't know what to do...
ReplyDeleteMy Blog: http://thegloriouspursuitofhappiness.blogspot.com/
this post is very good. I like it. I design template for Blogger. you can go to www.btemplatepro.com
ReplyDeleteHi,
ReplyDeletei am doing this but no change.
what i do?
can anyone help?
Plzzzz reply soon
ReplyDeletenice and awesome post thanks for sharing
ReplyDeletesimply cool and creative
ReplyDeleteVisit orderfreestuff.com
Bro go to new post ...we are still waiting
ReplyDelete...▄▀▄▀▄▀▄ ▀ProBloggerTricks▀▄▀▄▀▄▀▄...
hey rahul plz tell me how to create own created email address like you.. as you have rahul@helperblogger.com..
ReplyDeletei have normal gmail account but i want my own like ruma@techntrickmania.com
Humm , good!
ReplyDeleteWow Rahul ,
ReplyDeleteAwesome One , I Like This Post A Lot And The Menu Also Awesome :)
- Bishal Biswas
http://www.thedigitcrunch.com/
so cool this menu bar, i would like can this install to my blog on wordpress.. i really like this menu ... see on my website... it is suitable
ReplyDeleteAisKosong
http://aiskosong.com
Really appreciating work dude.Going to implement.Thanks.
ReplyDeleteGreat one, Cool professional navigation menu with all rich colors binded in one code what else you need.great code.
ReplyDeleteRegards:-
http://www.avdhootblogger.com
You covered all type of navigation menu in one post .what an creative work.hats off to you.
ReplyDeleteHttp://bestofshayari.blogspot.com
hey really cool template can you share with us this template??
ReplyDelete<a href="http://best4hack.com>Best4Hack</a>
plz share your template as soon as possible thank you....
ReplyDeletenice post well known explanation
ReplyDelete..▄▀▄▀▄▀▄ ▀ Top 10 Bloggers In Pakistan 2013... ▀▄▀▄▀▄▀▄
I found some info on http://www.freefblike.com but still i need some reference. If ant suggestion then reply below.
ReplyDeletehey visit my site http://onlineakhund.blogspot.com/
ReplyDeleteVisit Here Guys
ReplyDeletehttp://prohelpers.blogspot.com/
Visit Here Guys
ReplyDeletehttp://prohelpers.blogspot.com/
Nice blog visit my blog www.allbloggertips.com
ReplyDeletenice post :)
ReplyDeletehttp://bloggingbolt.blogspot.in/2013/04/css3-label-widget.html
how to post smthing in it....? plx can u help me.......
ReplyDeleteHello sir, Are you ok? You have written a unique content.
ReplyDeleteI completely agree with your article. It’s possible to know about it and it will snow me good ways of this topic. This is very nice post! I will bookmark this blog. Boca raton web design is the process or technique to promote the websites of Florida specially in the local market and also in the rest of world through different search engines like Google, MSN, Yahoo etc. The main target will be to get traffic to these sites. It will always be better if you get the maximum traffic from the local market itself i.e. US itself. Thus Website marketing strategies are the fruitful way to bring more and more customers.
Thanks For Very Interesting Post.
thnaks
ReplyDeleteYour article helped me to understand the topic well and I would love to share this to my friends. I also love http://www.freefblike.com Thank you for this and all the best.
ReplyDeleteJust Awesome.. :)
ReplyDeleteDo visit our blog..
http://unlimitedsoftz.blogspot.in/
thankssssssssssssss
ReplyDeletehttp://www.almohands.info/
nice your site thanks for sharing love you all team good work keep it up
ReplyDeleteFacebook Hacking Softwere
Facebook Password Hacker
Facebook Fan Page Likes
Hack Facebook Password
ReplyDeletenice your site thanks for sharing love you all team good work keep it up
Free Download Full Version
Pc Games Free Download
Watch Online Movies
Seems simple and cuttie.Thanks though.
ReplyDeleteBlogger Ever
can u help me my jquery menu is not looking properly http://pclatesttricks.blogspot.in/ can u see and please tell the problem
ReplyDeleteWell made for those who wants to add more customized areas on their blogs.
ReplyDeleteThere is something error in coding. I did as told in post.
ReplyDeletebut it looks not that good.
See on my blog - http://lbtthane.blogspot.in/
Now using another menu.
DeleteLink - http://www.widgetgenerators.com/2013/02/add-blue-professional-dropdown-menu-in.html
This comment has been removed by the author.
ReplyDeleteNice post. Your writing style is very beautiful and your article is very attractive. You share a very useful information that is very useful for a lot of people and it will also help for many people. Keep writing.
ReplyDeleteWeb developers Singapore
This comment has been removed by the author.
ReplyDeleteI just required commenting & say maintain the quality work. I’ve bookmarked your blog just now and Ill be back to read more in the future my friend!
ReplyDeletehttp://www.innomaxmedia.org/web-design-development-singapore.php
I Like This And Keep It Up... Visit : http://www.limitedgame.blogspot.com
ReplyDeleteYour blog is very helpful bro..
ReplyDeleteCan you help me, how to make tabbed sidebar widget like on this blog? screenshot:http://i.imgur.com/FhppbPR.jpg
thank you
http://kutembak.blogspot.com/
Nice article very impressive....
ReplyDeletefrom
www.blogtariff.com
Nice post brother, please help me brother how can i make our blog more impressive http://www.shoutmeblogger.com/
ReplyDeleteEasily Speaking and Learning English
ReplyDeleteThis blog is about Easily Speaking and Learning English. Our blog will help you learn to correctly speak English and improve your English Knowledge. There are English conversation practices, song lyrics and much more available.
See more at :
http://englishsword.blogspot.com
Thank you very much.I did as you mentioned.it worked
ReplyDeleteNice Post Bro.
ReplyDeletehttp://cloudspedia.blogspot.com/
http://www.cloudspedia.com/
http://www.alltechtuts.com/
Thank u!
ReplyDeletehttp://free365day.blogspot.com/
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeletePeople seem to really think that getting the site built is enough. They suffer from the classic 'build it and they will come' fallacy.
ReplyDeleteAbu dhabi web Design
This comment has been removed by the author.
ReplyDeleteHeyy i couldn't copy code from your website....
ReplyDeletehi
ReplyDeletebrother how to make drop down menu with lavalamp please help
Kind regards
you post code here; but code cant copy... are you serious
ReplyDeleteyou post code here; but code cant copy... are you serious
ReplyDeleteWell, these are really very useful and effective tips to be followed. There are several website designing companies availing features like this in their designed webs and one of them can be found at http://www.damiestechnologies.com/web-graphic-design.html
ReplyDeletebro im not able to copy these code. id ont know why :( could you help me to get out of this problem??
ReplyDeletethe essay editor will certainly transform the essay through just as one ordinary dissertation order in a great refined IN ADDITION TO concise essay. you employ quite possibly spent a great considerable number of time frame over your own academic assignment. your and then step is usually to help polish The item for you to perfection. This is possible with regard to you, to be a writer, to be able to overlook the errors so that you can have committed.
ReplyDeleteNormal vacation goers involve reductions along with low cost organization plane tickets. For the reason that they vacation with a day-to-day time frame. Couple of oxygen plane tickets organizations think about these types of vacation goers while many don't.discount travel
ReplyDeleteGracias amigo
ReplyDeletenice your site thanks for sharing love you all team good work keep it up
ReplyDeleteBlogger Templates
ReplyDeleteFOR MORE MENU BARS & BANNER CODES WITH SOURCE:
http://www.freemenu.info
make money online ?
ReplyDeletevisit my blog
http://mftechgroup.blogspot.com