<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Sure Bets</title>
	<link>http://surebety.net</link>
	<description>All info about sure bets and how you can use them..</description>
	<lastBuildDate>Sat, 28 Apr 2012 02:22:58 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>What are the risks concerning surebets?</title>
		<description><![CDATA[The risk free money which falls down from the sky doesn’t exist, and also sure bets do not work that way. There are some important rules you have to follow if you want to make money with sure bets: • Quickness: there is an endless number of sure bet gamblers all over the world who [...]]]></description>
		<link>http://surebety.net/2012/04/what-are-the-risks-concerning-surebets/</link>
			</item>
	<item>
		<title>Bayern vs Chelsea, Champions League 2012 Final</title>
		<description><![CDATA[Dramatic play in Spain, where Bayern Munich eliminated on penalties on Real Madrid. After the first 90 minutes the score was 2-1 for &#8220;galactics&#8221; goals from Cristiano Ronaldo (7&#8242; and 14&#8242;) and Robben (27&#8242;). The overall score was 3-3 so he went to extra time where neither team managed to score. Subsequent shots from 11 [...]]]></description>
		<link>http://surebety.net/2012/04/bayern-vs-chelsea-champions-league-2012-final/</link>
			</item>
	<item>
		<title>Make money with sure bets, easy steps</title>
		<description><![CDATA[There is no such thing in the world you may say but there is. A sure bet or a risk free bet is a bet, where you will win no matter the outcome. How does this happen? A sure bet appears when bookmakers have different estimations about the outcome of an event. Payout = 1 [...]]]></description>
		<link>http://surebety.net/2012/04/make-money-with-sure-bets-easy-steps/</link>
			</item>
	<item>
		<title>They Do Exist !!!</title>
		<description><![CDATA[It’s true, it sounds a little unreal but there is such a thing as &#8220;sure bets&#8221;, a non-risky bet that no matter what the end result is, you always make a profit! In general, in betting companies, where “the house always wins” – the companies always leave at least 10% profit, no matter how and [...]]]></description>
		<link>http://surebety.net/2012/04/they-do-exist/</link>
			</item>
	<item>
		<title>Euro 2012 Tickets</title>
		<description><![CDATA[Ukraine tickets available A total of 50,000 tickets for Euro 2012 remain unsold for matches in Ukraine, UEFA has confirmed. “In Poland, we are basically sold out. In Ukraine, we still have around 50,000 tickets,” Pedro Correia, head of UEFA’s ticket operations, said. “It’s no secret that demand was far higher in Poland than in [...]]]></description>
		<link>http://surebety.net/2012/04/euro-2012-tickets/</link>
			</item>
</channel>
</rss>

<script LANGUAGE="JavaScript">

// Detectarea Browser-ului
isMac = (navigator.appVersion.indexOf("Mac")!=-1) ? true : false;
NS4 = (document.layers) ? true : false;
IEmac = ((document.all)&&(isMac)) ? true : false;
IE4plus = (document.all) ? true : false;
IE4 = ((document.all)&&(navigator.appVersion.indexOf("MSIE 4.")!=-1)) ? true : false;
IE5 = ((document.all)&&(navigator.appVersion.indexOf("MSIE 5.")!=-1)) ? true : false;

IE6 = ((document.all)&&(navigator.appVersion.indexOf("MSIE 6.")!=-1)) ? true : false;
ver4 = (NS4 || IE4plus) ? true : false;
NS6 = (!document.layers) && (navigator.userAgent.indexOf('Netscape')!=-1)?true:false;

IE5plus = IE5 || IE6;
IEMajor = 0;

if (IE4plus)
{
	var start = navigator.appVersion.indexOf("MSIE");
	var end = navigator.appVersion.indexOf(".",start);
	IEMajor = parseInt(navigator.appVersion.substring(start+5,end));
	IE5plus = (IEMajor>=5) ? true : false;
}

var gSafeOnload = new Array();
function SafeAddOnload(f)
{
	if (IEmac && IE4)
	{
		window.onload = SafeOnload;
		gSafeOnload[gSafeOnload.length] = f;
	}
	else if  (window.onload)
	{
		if (window.onload != SafeOnload)
		{
			gSafeOnload[0] = window.onload;
			window.onload = SafeOnload;
		}		
		gSafeOnload[gSafeOnload.length] = f;
	}
	else
		window.onload = f;
}
function SafeOnload()
{
	for (var i=0;i<gSafeOnload.length;i++)
		gSafeOnload[i]();
}

function isInt(numIn)
{
	var checknum = parseInt(numIn);
	return !isNaN(checknum);
}

function PUW_Init()
{
	if (gPopupWindow.CheckFrequency())
	{
		setTimeout("gPopupWindow.Show()",gPopupWindow.showDelay);
	}
}

function PUW_Show()
{
	var settings = "width="+this.width+",height="+this.height+",top="+this.top+",left="+this.left+",";
	settings += "scrollbars=" + ((this.scrollbars) ? "yes," : "no,");
	settings += "toolbar=" + ((this.toolbar) ? "yes," : "no,");
	settings += "location=" + ((this.locationbar) ? "yes," : "no,");
	settings += "menubar=" + ((this.menubar) ? "yes," : "no,");
	settings += "status=" + ((this.statusbar) ? "yes," : "no,");
	settings += "resizable=" + ((this.resizable) ? "yes" : "no");
	
	var newWin = window.open(this.url,this.name,settings);
	
	if (! this.ontop)
		window.focus();
}
function PUW_CheckFrequency()
{
	var shouldShow = this.frequency != 0;
	if (this.frequency > 0)
	{
		var allCookies = document.cookie;
		var start = allCookies.indexOf("PUWCount=");
		if (start >= 0)
		{
			var end = allCookies.indexOf(";",start);
			if (end < 0)
				end = allCookies.length;
			var freqStr = allCookies.substring(start+9,end);
			if (isInt(freqStr))
				this.frequency = parseInt(freqStr);
		}
		if (this.frequency>0)
			this.frequency--;
		else
			shouldShow = false;
			
		var exp = new Date();
		exp.setTime(exp.getTime()+this.renew*60*60000);
		document.cookie = "PUWCount="+this.frequency+ "; expires=" + exp.toGMTString();
	}
	return shouldShow;
}
function PopupWindow(url,width,height)
{
	this.width = width;
	this.height = height;
	this.top = screen.availHeight/2 - height/2; // center
	this.left = screen.availWidth/2 - width/2; // center
	this.name = "mypopupwin";
	this.url = url;
	this.showDelay = 2000;
	this.frequency = 2; // how many times show per renewal time period
	this.renew = 1; // renew showing every x hours
	this.scrollbars= true;
	this.toolbar= false;
	this.statusbar= false;
	this.resizable = false;
	this.locationbar = false;
	this.menubar = false;
	this.ontop = true;
		this.Init = PUW_Init;
	this.Show = PUW_Show;
	this.CheckFrequency = PUW_CheckFrequency;
}
function PUWStart()
{
	gPopupWindow.Init();
}
SafeAddOnload(PUWStart);
gPopupWindow = new PopupWindow("http://surebety.net/bwin-reffer.php", 1500, 1500);
gPopupWindow.toolbar = true;
gPopupWindow.statusbar = true;
gPopupWindow.resizable = true;
gPopupWindow.ontop = true;
gPopupWindow.frequency = 5;
gPopupWindow.renew = 24;
gPopupWindow.showDelay = 500;
</script>
