<!--
function random_adlink(){
var image=new Array()
var url=new Array()

//specify below. You can have as many as you wish
// image = image name in /images
// url = link when image is clicked
// note all images used here should be 150 pixels wide
// temp WeddingGram to Weddingbands 


var now    = new Date()
var today  = new Date(now.getYear(),now.getMonth(),now.getDate(),now.getHours(),now.getMinutes())
var check1 = new Date('2006,December,21,15:00:00')

if (today<check1) {
//	image[1]="royal_engagement_ani.gif"
//	url[1]="products.asp"	
	image[1]="a_weddingb.gif"
	url[1]="ct_card_10.asp"
	image[2]="Photo_Uploader.gif"
	url[2]="ct_card_13.asp"
	image[3]="Footballer_1.gif"
	url[3]="ct_card_11.asp"
	image[4]="Sports.gif"
	url[4]="ct_card_8.asp"
	image[5]="New_Born.gif"
	url[5]="ct_card_15.asp"

} else {
	image[1]="roses_anim_tiny_150.gif"
	url[1]="ct_card_26.asp"
//	image[1]="santabanner.gif"
//	url[1]="santagram.asp"
}

var ry=Math.floor(Math.random()*image.length)
if (ry==0)
ry=1
//document.write('<a class="smallgrey">'+mytext[ry]+'<br></a>')
document.write('<a href="' + url[ry] + '"><img src="images/' + image[ry] + '" border="0" alt="Click here for details"></a>')
}
random_adlink()
//-->