﻿<!--
CSInit = new Array;
function CSScriptInit() {
if(typeof(skipPage) != "undefined") { if(skipPage) return; }
idxArray = new Array;
for(var i=0;i<CSInit.length;i++)
	idxArray[i] = i;
CSAction2(CSInit, idxArray);}
CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("http://www.cbrinfo.org/")+1),10);
function IsIE() { return CSAg.indexOf("MSIE") > 0;}
function CSIEStyl(s) { return document.all.tags("div")[s].style; }
function CSNSStyl(s) { return CSFindElement(s,0); }
function CSFindElement(n,ly) { if (CSBVers < 4) return document[n];
	var curDoc = ly ? ly.document : document; var elem = curDoc[n];
	if (!elem) { for (var i=0;i<curDoc.layers.length;i++) {
		elem = CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }}
	return elem;
}

function CSClickReturn () {
	var bAgent = window.navigator.userAgent; 
	var bAppName = window.navigator.appName;
	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
		return true; // dont follow link
	else return false; // dont follow link
}

function CSButtonReturn () {
	var bAgent = window.navigator.userAgent; 
	var bAppName = window.navigator.appName;
	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
		return false; // follow link
	else return true; // follow link
}

CSIm = new Object();
function CSIShow(n,i) {
	if (document.images) {
		if (CSIm[n]) {
			var img = (!IsIE()) ? CSFindElement(n,0) : document[n];
			if (img && typeof(CSIm[n][i].src) != "undefined") {img.src = CSIm[n][i].src;}
			if(i != 0)
				self.status = CSIm[n][3];
			else
				self.status = " ";
			return true;
		}
	}
	return false;
}
function CSILoad(action) {
	im = action[1];
	if (document.images) {
		CSIm[im] = new Object();
		for (var i=2;i<5;i++) {
			if (action[i] != '') { CSIm[im][i-2] = new Image(); CSIm[im][i-2].src = action[i]; }
			else CSIm[im][i-2] = 0;
		}
		CSIm[im][3] = action[5];
	}
}
CSStopExecution = false;
function CSAction(array) { 
	return CSAction2(CSAct, array);
}
function CSAction2(fct, array) { 
	var result;
	for (var i=0;i<array.length;i++) {
		if(CSStopExecution) return false; 
		var actArray = fct[array[i]];
		if (actArray == null) return false;
		var tempArray = new Array;
		for(var j=1;j<actArray.length;j++) {
			if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) {
				if(actArray[j][0] == "VAR") {
					tempArray[j] = CSStateArray[actArray[j][1]];
				}
				else {
					if(actArray[j][0] == "ACT") {
						tempArray[j] = CSAction(new Array(new String(actArray[j][1])));
					}
				else
					tempArray[j] = actArray[j];
				}
			}
			else
				tempArray[j] = actArray[j];
		}			
		result = actArray[0](tempArray);
	}
	return result;
}
CSAct = new Object;


// -->
<!--
var st = 1;
var w = 0;
var h = 0;

function deadCenter(w,h,url) {
        if (window.screen) {
var chasm = screen.availWidth;
var mount = screen.availHeight;
  putItThere = window.open(url,'putB','width=' + w + ',height=' + h + ',left=' + ((chasm - w - 10) * .5) + ',top=' + ((mount - h - 30) * .5));
        }
}
// -->
<!--
function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		front_03_over = newImage("http://www.cbrinfo.org/CBRMidwest/images/icon_world-over.jpg");
		front_07_over = newImage("http://www.cbrinfo.org/CBRMidwest/images/icon_truck-over.jpg");
		front_11_over = newImage("http://www.cbrinfo.org/CBRMidwest/images/icon_gap-over.jpg");
		front_15_over = newImage("http://www.cbrinfo.org/CBRMidwest/images/icon_an-over.jpg");
		front_23_over = newImage("http://www.cbrinfo.org/CBRMidwest/images/icon_articles-over.jpg");
		front_19_over = newImage("http://www.cbrinfo.org/CBRMidwest/images/icon_resources-over.jpg");
		front_21_over = newImage("http://www.cbrinfo.org/CBRMidwest/images/icon_store-over.jpg");
		preloadFlag = true;
	}
}
// -->		
<!-- Hide from old browsers
// Copyright ? 1999 Doug Popeney
// Created by Doug Popeney (easyjava@easyjavascipt.com)
// JavaScript Made Easy!! - http://www.easyjavascript.com

var imagenumber = 10 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "front_choice.jpg"
images[2] = "front_gap2.jpg"
images[3] = "front_ecard3.jpg"
images[4] = "front_rcc.jpg"
images[5] = "front_choice.jpg"
images[6] = "front_real.jpg"
images[7] = "front_violence.jpg"
images[8] = "front_an2.jpg"
images[9] = "front_choice.jpg"
images[10] = "front_choice.jpg"
var image = images[rand1]

links = new Array
links[1] = "http://www.cbrinfo.org/Store/choice_signs.html"
links[2] = "http://www.cbrinfo.org/gap.html"
links[3] = "http://www.cbrinfo.org/Resources/ecards.html"
links[4] = "http://www.cbrinfo.org/RCC.html"
links[5] = "http://www.cbrinfo.org/Store/choice_signs.html"
links[6] = "http://www.cbrinfo.org/Resources/authenticity.html"
links[7] = "http://abortionno.org/donatecbrmidwest.html"
links[8] = "http://www.cbrinfo.org/abortion_no.html"
links[9] = "http://www.cbrinfo.org/Store/choice_signs.html"
links[10] = "http://www.cbrinfo.org/Store/choice_signs.html"
var link = links[rand1]
// -- End Hiding Here -->
<!--
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'front_03',/*URL*/'../images/icon_world.jpg',/*URL*/'../images/icon_world-over.jpg',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'front_15',/*URL*/'../images/icon_an.jpg',/*URL*/'../images/icon_an-over.jpg',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'front_07',/*URL*/'../images/icon_truck.jpg',/*URL*/'../images/icon_truck-over.jpg',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'front_11',/*URL*/'../images/icon_gap.jpg',/*URL*/'../images/icon_gap-over.jpg',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'front_23',/*URL*/'../images/icon_articles.jpg',/*URL*/'../images/icon_articles-over.jpg',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'front_19',/*URL*/'../images/icon_resources.jpg',/*URL*/'../images/icon_resources-over.jpg',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'front_20',/*URL*/'../images/icon_suit.jpg',/*URL*/'../images/icon_suit-over.jpg',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'front_21',/*URL*/'../images/icon_store.jpg',/*URL*/'../images/icon_store-over.jpg',/*URL*/'','');

// -->