<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr" >

	<head>

		<title>Lead Discovery</title>

		<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">-->

		<link href="http://www.updatesplus.co.uk/user/css/font1.css" rel="stylesheet" type="text/css" />		

		<link href="http://www.updatesplus.co.uk/user/css/font2.css" rel="stylesheet" type="text/css" />		

		<link href="http://www.updatesplus.co.uk/user/css/font3.css" rel="stylesheet" type="text/css" />	

	</head>	

	<style type="text/css">

	body, html {

    height: 100%;

    background-repeat: no-repeat;

    background-color: #971807;

	}



	.card-container.card {

    width: 640px;

    padding: 25px;

    margin-top: 4em;

    margin-left: 540px;

	}



	h2 {

    margin: 10px 0;

    text-align: center;

    line-height: 1.4em;

    font-size:21px;

    color:#333;

	}



/*

 * Card component

 */



	.card {

    background-color: #F7F7F7;

    /* just in case there no content*/

    padding: 20px 25px 30px;

    /* margin: 0 auto 25px;

    margin-top: 50px;

    shadows and rounded borders */

    -moz-border-radius: 4px;

    -webkit-border-radius: 2px;

    border-radius: 2px;

    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}



/*

 * Form styles

 */



#CIPortalLogin {

    background: url(http://www.updatesplus.co.uk/user/img/CIPortalLogin.jpg) no-repeat scroll 0 0 / cover;

}



.title-head {

	/*font-family: 'Ubuntu', sans-serif;*/

	font-size:16px;

	font-weight: bold;

    text-align:left;

    background-color:#558390;

    color:#fff;

    padding:8px;
	

}

.feeds-links {

	font-size: 16px;

    text-align:left;

    padding: 14px 7px;

	border : 1px solid #e8f0f2;

	border-radius: 15px;

	background: #ffffff none repeat scroll 0 0;

}

.dt{

	font-size:12px;color:#AAAAAA;

}



.page {

	width: 950px;

	margin: 0 auto;

}

.col-md-8 {

	padding-left: 0px;

}

.main {

	/*border: 1px solid #971807;*/

	margin: 3em 0 0 0;

	height: 335px;

}

.image {

	float: left;

	margin: 0 10px 0 0;

	width: 268;

	background: #971807;

	height: 335px;

}

.border {

	border: 2px dashed #FFF;

	padding: 0px 5px;

	margin: 0 0 10px;

	height: 250px;

    overflow-x: auto;

}

.right {

	float: right;

	width: 68%;

	margin: 0 -140px 0 0;

	color: #FFF;

}

.main p {

	font-size: 1.1em;

	padding: 0 5px;

	margin: 10px 0;

}

.main h4 {

	//color: #971807;

	font-weight: 700;

}



.main h5 {

	padding: 0 5px;

	margin: 2px 0 6px;

}

.bottom {

	font-size: 1.4em;

	margin: 13px 0 0 0;

}

.news_contents {

	border-bottom: 1px dotted #ccc;

}

/* Scrollbar styles */

::-webkit-scrollbar {

width: 12px;

height: 12px;

}



::-webkit-scrollbar-track {

border: 1px solid #971807;

border-radius: 15px;

}



::-webkit-scrollbar-thumb {

background: #971807;  

border-radius: 15px;

}



::-webkit-scrollbar-thumb:hover {

background: #971807;  

}

</style>

<link rel="stylesheet" href="https://updatesplus.co.uk/admin/rss/js/bootstrap.min.css">

<script type="text/javascript" src="https://updatesplus.co.uk/admin/rss/js/jquery.js"></script>

<script type="text/javascript">

$(document).ready(function(){

		var d = new Date();

		var strDate = d.getFullYear() + "-" + (d.getMonth()+1) + "-" + d.getDate();                                                 

    var head = 	'<p class=title-head>Alert</p>';

			                  

        $.get('https://updatesplus.co.uk/admin/ciportal_data/rss/boehringeringelheim_alert.xml', function(d){
		
        var html = '<div class="page"><div class="main"><div class="right"><h4>Breaking news from across the immunology space.</h4><div class="border">';

		var html_content=''; 

			var i = 1; 

			$(d).find('item').each(function(){    

				var count = i++;

				var $item = $(this); 

				var title = $item.find("title").text();

				var description = $item.find('description').text();

				var pubdate = $item.find('pubDate').text();

				var link = $item.find('link').text();

				var channel = $item.find('name').text();

					 html_content +='<div class="news_contents"><p><b>Indications:</b>'+channel+'</p><h5><b><a href='+link+' target="_blank">'+title+'</a> on '+pubdate+'</b></h5></div>';

				return true;

			}); 

		var	html_bottom ='</div><div class="bottom">Brought to you through UpdatesPlus from our partners at Pharma Information & Reports. Opinions expresses are not necessarily those shared by Boehringer Ingelheim.</div></div></div></div>';

		var merge_all = html + html_content;

			$('.alert_rss').append($(merge_all));

		});

	  



});

</script>

	<body id="CIPortalLogin">

	    <div class="container" >

	        <div class="card card-container col-md-6 col-md-offset-7">

	          <h2>Attention!</h2>

	            <p style="text-align:justify">leaddiscovery.co.uk is being redesigned. Please be patient as we finalize this website to bring you updates and expert analysis from the world of drug development.  If you need to contact us you can do so at <a href="/cdn-cgi/l/email-protection#761a131712121f0515361a131712121f0515190013040f58151958031d" style="cursor: pointer;"><span class="__cf_email__" data-cfemail="90fcf5f1f4f4f9e3f3d0fcf5f1f4f4f9e3f3ffe6f5e2e9bef3ffbee5fb">[email&#160;protected]</span></a>. If you are looking for UpdatesPlus please go to<a href="http://www.updatesplus.co.uk/user/" target="_blank" class="btn btn-link" align="center" style="cursor: pointer;">updatesplus.co.uk/user/</a></p>

	        </div>

	        <div class="alert_rss"></div>

	    </div>

	    

	<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>

</html>

