<style>
a:link {
	text-decoration: none;
	color: #6699CC;
}
a:visited {
	text-decoration: none;
	color: #6699CC;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #0033FF;
}
.style104 {font-family: Tahoma; font-size: 11px; font-weight: bold; }
.style85 {font-family: Tahoma; font-size: 11px; }
.style220 {
	font-family: Tahoma;
	font-size: 11px;
}
body {
	background-image: url();
	background-color: #FFFFFF;
}
.arial11 {
	font-family: MS Sans Serif, sans-serif;
	font-size: 11px;
}
.arial11  a:link    { text-decoration: underline; color: #083F68;}
.arial11  a:visited { text-decoration: underline; color: #083F68;}
.arial11  a:hover    { text-decoration: none; color: #cc0000;}

.arial11n {
	font-family: MS Sans Serif,  sans-serif;
	font-size: 11px;
}
.arial11n  a:link    { text-decoration: underline; color: #083F68;}
.arial11n  a:visited { text-decoration: underline; color: #083F68;}
.arial11n  a:hover    { text-decoration: underline overline; color: #cc0000;}

.arial12 {font-family: MS Sans Serif,  sans-serif; font-size: 12px;}
.arial12  a:link    { text-decoration: none; color: #6383B1;}
.arial12  a:visited { text-decoration: none; color: #6383B1;}
.arial12  a:hover    { text-decoration: none; color: #cc0000;}


.arial12n {font-family: MS Sans Serif, sans-serif; font-size: 12px;}
.arial12n  a:link    { text-decoration: underline; color: #6383B1;}
.arial12n  a:visited { text-decoration: underline; color: #6383B1;}
.arial12n  a:hover   { text-decoration: none; color: #cc0000;}

.arial12L {font-family: MS Sans Serif, sans-serif; font-size: 12px;}
.arial12L  a:link    { text-decoration: underline; color: #6383B1;}
.arial12L  a:visited { text-decoration: underline; color: #6383B1;}
.arial12L  a:hover   { text-decoration: none; color: #cc0000;}

.arial14 {
	font-family: MS Sans Serif, sans-serif;
	font-size: 14px;
}
.arial14  a:link    { text-decoration: none; color: #ffffff;}
.arial14  a:visited    { text-decoration: none; color: #ffffff;}
.arial14  a:hover    { text-decoration: underline; color: #ffffff;}

.arial16 {
	font-family: MS Sans Serif, sans-serif;
	font-size: 16px;
}
.arial16  a:link    { text-decoration: none; color: #ffffff;}
.arial16 a:visited    { text-decoration: none; color: #ffffff;}
.arial16  a:hover    { text-decoration: none; color: #ffffff;}
.arial18 {
	font-family: MS Sans Serif, sans-serif;
	font-size: 18px;
}
body,td,th {
font-family: Tahoma, Ms Sans Serif;
color: #333333;  
font-size:11px; 
}


</style>

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<script language="JavaScript" type="text/javascript">
            <!--
            var SrchBtn_clicked = false;       
            

function clear_SrchText(SrchObj,searchbox_value) 
{
	if((SrchBtn_clicked == false) && (SrchObj.value == searchbox_value))
	{
		SrchObj.value = "";
	}
	SrchObj.select();
}


            

function replaceall(string,text,by) 
{
	var strLength = string.length, txtLength = text.length;
	if ((strLength == 0) || (txtLength == 0)) 
		return string;

	var i = string.indexOf(text);
	
	if ((!i) && (text != string.substring(0,txtLength))) 
		return string;
	
	if (i == -1) 
		return string;

	var newstr = string.substring(0,i) + by;

	if (i+txtLength < strLength)
		newstr += replaceall(string.substring(i+txtLength,strLength),text,by);

	return newstr;
}


            

function submit_action(formname, type, position) 
{
	d = document.forms[formname];

	if ((d.elements['q'].value.length == 0) || (d.elements['q'].value == "Enter Keyword"))
	{
		alert("Please enter a search keyword !");
		d.elements['q'].focus();
		return false;
	}
	else
	{
		newstr = replaceall(d.elements['q'].value," ","_");
		newstr = escape(newstr);
		d.action = '/' + newstr +".cfm?nft=1&t=" + type + "&p=" + position;
	}
	return true;
}


            

function url_change(url)
{
	s = decodeBase64(url);
	window.location = s;
}


            

function sendRequest(thisform, strElement) 
{
	thisform = document.getElementById("frmSponsAds");
	var strforms = strElement;
	var arrElement = new Array();
	arrElement = strforms.split("@@@@");
	for(var i=0; i< arrElement.length; i++)
	{
		var arrTemp = new Array();
		var strTemp = new String(arrElement[i]);
		arrTemp = strTemp.split("####");
		switch(arrTemp[0])
		{
			case "action":
				thisform.action = arrTemp[1]+'&t=&p=';
				break;
			case "data":
				thisform.param6.value = arrTemp[1];
				break;
			case  "domain":
				thisform.domain.value = arrTemp[1];
				break;
			case "tr":
				thisform.param1.value = arrTemp[1];
				break;
			case "vurl":
				thisform.param2.value = arrTemp[1];
				break;     
			case "l1":
				thisform.param3.value = arrTemp[1];
				break;      
			case "q":
				thisform.q.value = arrTemp[1];
				break;
		}
	
	}
	thisform.method = "POST";
	thisform.submit();
	return(false);
}


            

function changeStatus(keyword) 
{
	window.status = keyword;
	return true;
}

            -->
        </script>

<link href="http://www.freshcontent.net/clip_styles.css"
rel="Stylesheet"
type="text/css">		