var theText = new Array();
theText[0] = 'Click here to find out the easiest way to connect with people you just met!';
theText[1] = 'Click here to find out the easiest way to connect with people you just met!';
theText[2] = 'Click here to install our new FREE Chrome extension to download Youtube videos!';
var theLink = new Array();
theLink[0] = 'http://www.connecode.com/?utm_source=downloadyoutubevideo.org&utm_medium=text&utm_content=easiest-way&utm_campaign=launch';
theLink[1] = 'http://www.connecode.com/?utm_source=downloadyoutubevideo.org&utm_medium=text&utm_content=easiest-way&utm_campaign=launch';
theLink[2] = 'http://www.downloadyoutubechrome.com/?utm_source=downloadyoutubevideo.org&utm_medium=text&utm_content=free-ext&utm_campaign=launch';
if (BrowserDetect.browser == 'Chrome'){
	document.write('<a href="'+theLink[2]+'" target="_blank" rel="nofollow">'+theText[2]+'</a>');
}else{
	if (navigator.appVersion.indexOf("Win")!=-1){
		document.write('<a href="'+theLink[0]+'" target="_blank" rel="nofollow">'+theText[0]+'</a>');
	}else{
		document.write('<a href="'+theLink[1]+'" target="_blank" rel="nofollow">'+theText[1]+'</a>');
	}
}

