Touch the screen or click to continue...
Checking your browser...
diemass.pages.dev


Bunbury vete de mi cantinflas biography

          Vete De Mi. Composed by Homero Expósito and Virgilio Expósito..

          '; for (var i = 0; i < data.feed.entry.length; i++) { for (var j = 0; j < data.feed.entry[i].link.length; j++) { if (data.feed.entry[i].link[j].rel == "alternate") { url = data.feed.entry[i].link[j].href; break } } var title = data.feed.entry[i].title.$t; var author_name = data.feed.entry[i].author[0].name.$t; var get_date = data.feed.entry[i].published.$t, year = get_date.substring(0, 4), month = get_date.substring(5, 7), day = get_date.substring(8, 10), date = MONTH_FORMAT[parseInt(month, 10)] + ' ' + day + ', ' + year; var content = data.feed.entry[i].content.$t; var $content = $('
          ').html(content); var re = /<\S[^>]*>/g; var snippet = content.replace(re, ""); if (snippet.length > 96) { snippet = '' + snippet.substring(0, 140) + '...' } if (content.indexOf("http://www.youtube.com/embed/") > -1 || content.indexOf("https://www.youtube.com/embed/") > -1) { var img2 = data.feed.entry[i].media$thumbnail.url; var image = img2 } else if (content.indexOf("-1) { var img = $content.find('img:first').attr('src'); var image = img } else { var image = NO_IMAGE } if (i == 0) { boxcode += '' } else if (i == 1) { boxcode += '' } } boxcode += '
          '; $("#feat-sec .HTML .widget-content").each(function() { th.html(boxcode); $(this).prev("h2").html('' + h2 + ''); $(this).prev("h2").wrap(''); $(this).removeClass('widget-content').addClass('box-content'); $(this).find('.box-image').each(function() { $(this).attr('style', function(i, src) { return src.replace('/default.jpg', '/mqdefault.jpg') }).attr('style', function(i, src) { return src.replace('s72-c', 's1600') }) })