﻿// JavaScript Document
var nFlights=Cookie.getCookie("flightbookingNum");
if(!isNaN(nFlights)){
	if(nFlights > 0){
	exph=150;
	document.write('<div style="background:url(images/ico/booking_bg.jpg) repeat-x; text-align:center; width:220px; margin:0 auto; margin-bottom:10px; padding-bottom:5px;">');
	document.write('<div style="margin:10px auto; width:208px; border:1px solid #ff6600; background:#ffffcd; height:50px; padding-top:30px; text-align:center;">');
	document.write('You have chosen <span style="color:#ff6600;">' + nFlights + '-trip(s)</span>');
	document.write('</div>');
	document.write('<a href="my-shopping-bag.asp"><img src="images/ico/booking.gif" /></a>');
	document.write('</div>');
	}
}