function createCookie(name,value,days) {
    if (days) {
         var date = new Date();
         date.setTime(date.getTime()+(days*24*60*60*1000));
	     var expires = "; expires="+date.toGMTString();
	}
	else var expires = "";
		 document.cookie = name+"="+value+expires+"; path=/";
}

function readCookie(name) {
	var nameEQ = name + "=";
	var ca = document.cookie.split(';');
	for(var i=0;i < ca.length;i++) {
		var c = ca[i];
		while (c.charAt(0)==' ')
			c = c.substring(1,c.length);
		if (c.indexOf(nameEQ) == 0)
			return c.substring(nameEQ.length,c.length);
	}
	return null;
}

function setTrackingImage(url) {
    thedate = new Date();
    thetime = thedate.getTime();
    img = document.getElementById('trackingimg').src = url + thetime;
}

function onLinearAdFirstQuartileComplete() {
    setTrackingImage('http://trk.vindicosuite.com/Tracking/V3/Instream/Impression/?25|494|45818|40008|6024|14835|HEADER|10|2361|14|BBEEND|&internalRedirect=true&cb=');
    //setTrackingImage('http://www.google.com/logos/2011/jfkinaugural11-hp.jpg');
}

function onLinearAdMidPointComplete() {
    setTrackingImage('http://trk.vindicosuite.com/Tracking/V3/Instream/Impression/?50|494|45818|40008|6024|14835|HEADER|10|2361|14|BBEEND|&internalRedirect=true&cb=');
    //setTrackingImage('http://www.google.com/logos/2011/gibran11-hp.jpg');
}

function onLinearAdThirdQuartileComplete() {
    setTrackingImage('http://trk.vindicosuite.com/Tracking/V3/Instream/Impression/?75|494|45818|40008|6024|14835|HEADER|10|2361|14|BBEEND|&internalRedirect=true&cb=');
    //setTrackingImage('http://www.google.com/logos/2010/newyear11-hp.jpg');
}

function onLinearAdFinish() {
    setTrackingImage('http://trk.vindicosuite.com/Tracking/V3/Instream/Impression/?100|494|45818|40008|6024|14835|HEADER|10|2361|14|BBEEND|&internalRedirect=true&cb=');
    //setTrackingImage('http://www.google.com/logos/2011/mlk11-hp.jpg');
}



cookieValue = readCookie('firstview');

if(cookieValue != 'no' && false) {
	createCookie('firstview','no',1);
	var countryCode = geoip_country_code();

	if(countryCode == 'US') {
	document.write('\
	<p><img src="http://www.pregnancyhut.com/spacer.gif" height:="" width:="" name="trackingimg" id="trackingimg" alt="" /></p>\
	<table style="border-collapse: collapse;">\
		<tbody>\
			<tr>\
				<td><embed width="300" height="250" flashvars="plugins=ova-trial&amp;config=http://www.pregnancyhut.com/jwconfig.xml" allowfullscreen="true" allowscriptaccess="always" src="http://www.pregnancyhut.com/jwplayer/player.swf" data="http://www.pregnancyhut.com/jwplayer/player.swf" id="ply"></embed></td>\
				<td>\
				<div id="static" style="width: 300px; height: 250px;"><!-- BEGIN STANDARD TAG - 300 x 250 - ROS: Tide Jewel - DO NOT MODIFY -->  <iframe scrolling="NO" width="300" height="250" frameborder="0" src="http://ads.bluelithium.com/st?ad_type=iframe&amp;ad_size=300x250&amp;section=1684081" marginheight="0" marginwidth="0"></iframe>  <!-- END TAG --></div>\
				</td>\
			</tr>\
		</tbody>\
	</table>\
	\
	')
	}
}
