![]() |
![]() |
2011 Am Throwdown
Sammy Spiteri | Paul Heran
Vote For This Video
Liking this video is considered an official vote for the 2011 Am Throwdown. You can vote once for any video. Thanks for voting!
function update_fb_counts(page_url, div_id)
{
//var page_url = 'http://freeskier.com/stories/red-bull-flying-bulls-most-badass-toy-collection-world';
$.get('https://api.facebook.com/method/fql.query?query=select%20total_count%20from%20link_stat%20where%20url=%22'+page_url+'%22&format=json', function(data, textStatus) {
// this will give us an array of objects
var fb_count = JSON.parse(data);
document.getElementById(div_id).innerHTML = fb_count[0].total_count;
//alert(fb_count[0].total_count);
$('BODY').prepend(elm);
}, 'text');
}
update_fb_counts('http://freeskier.com/stories/red-bull-flying-bulls-most-badass-toy-collection-world','fb_count1');
update_fb_counts('http://freeskier.com/stories/monday-morning-wake-call-7','fb_count2');
Top Ten Am Throwdown Videos
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'snowboardmagazine'; // required: replace example with your forum shortname
// The following are highly recommended additional parameters. Remove the slashes in front to use.
var disqus_identifier = 'amthrowdown9';
var disqus_url = 'http://snowboardmag.com/sammy-spiteri-paul-heran-am-throwdown';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
Please enable JavaScript to view the comments powered by Disqus.

