google.load("feeds", "1");

function initialize() {
	var feedControl = new google.feeds.FeedControl();
	feedControl.setNumEntries('12');	
	feedControl.setLinkTarget(google.feeds.LINK_TARGET_BLANK);
	feedControl.addFeed("http://www.goal.com/iran/feeds/news?fmt=rss", "سایت گل");
	feedControl.draw(document.getElementById("feedControl"));
}

google.setOnLoadCallback(initialize);

$(document).ready(function(){
	$('#mycarousel').jcarousel();
	$('#mycarousel1').jcarousel({
		"rtl": false,
		"scroll": 1,
		"auto": 10,
		"visible": 1,
		"wrap": "last"
	});
});

