<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var sidewidth  = "25"  // SIDEBAR WIDTH (also edit CSS)
var pageheight  = "125"  // INCREASE PAGE HEIGHT

var notes1  = "yes"  // SHOW 1ST NOTES
var notes2  = "yes"  // SHOW 2ND NOTES

// TEMPLATE DATE

var showd  = "yes"   // SHOW THE DATE
var dateLR  = "right"   // DATE LEFT OR RIGHT
var dateX  = "15"   // DATE X LOCATION
var dateY  = "133"   // DATE Y LOCATION


// FLASH CHANGER OPTIONS

var showsflash  = "yes"  // SHOW FLASH IMAGE CHANGER
var flashcolor  = "D2D1CC" // FLASH BACKGROUND COLOR
var flashwC  = "150"  // WIDTH OF THE FLASH CHANGER
var flashhC  = "125"  // HEIGHT OF THE FLASH CHANGER
var bordercolor  = "A49C98" // FLASH CHANGER BOTTOM BORDER COLOR





// FLASH CHANGER
   if (showsflash == "yes") {
document.write('--><TABLE cellpadding="0" cellspacing="0" border="0" style="border-bottom: #'+bordercolor+' 1px solid;"><tr><td valign="top">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" 
id="imagechanger">');
document.write('<PARAM NAME="movie" VALUE="imagechanger.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+flashcolor+'">');
document.write('<EMBED src="imagechanger.swf" quality="high" bgcolor="#'+flashcolor+'"  WIDTH="1" HEIGHT="1" 
NAME="imagechanger" TYPE="application/x-shockwave-flash" 
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');
document.write('<br>');
}











// 1st NOTES AREA
   if (notes1 == &quot;yes&quot;) {
document.write('There are five possible categories that support immigrant visas 
for relatives of U.S. Citizens and/or Lawful permanent residents.<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="left" 
class="note-title">');

document.write('Notes Area<br>');

document.write('</td></tr><tr><td class="note-text">');

document.write('Edit this area with your own text and links. This text is in the global sidebar.js. There 
            are five possible categories that support immigrant visas for relatives 
            of U.S. Citizens and/or Lawful permanent residents.<br>');

document.write('<br><a href="contact.htm">Sample link &gt;&gt;</a><br>');

document.write('</td></tr></table>');
document.write('<br><br>');
}











// 1nd NOTES AREA
   if (notes2 == &quot;yes&quot;) {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="left" class="note-title">');

document.write('Notes Area<br>');

document.write('</td></tr><tr><td class="note-text">');

document.write('There are five possible categories that support immigrant visas 
            for relatives of U.S. Citizens and/or Lawful permanent residents. This text is in the global sidebar.js. Edit this file in a text editor to update all pages at one 
time.<br>');

document.write('<br><a href="contact.htm">Sample link &gt;&gt;</a><br>');

document.write('</td></tr></table>');
document.write('<br><br>');
}







// START DATE SCRIPT


   if (showd == &quot;yes&quot;) {
document.write('<div id="date-location" style="width:710px; height:370px; position:absolute; left:303px; top:113px; z-index:1; '+dateLR+': '+dateX+'px; TOP: 
'+dateY+'px" class="printhide">');
var d=new Date()
var weekday=new 
Array(&quot;Sunday&quot;,&quot;Monday&quot;,&quot;Tuesday&quot;,&quot;Wednesday&quot;,&quot;Thursday&quot;,&quot;Friday&quot;,&quot;Saturday&quot;)
var monthname=new 
Array(&quot;January&quot;,&quot;February&quot;,&quot;March&quot;,&quot;April&quot;,&quot;May&quot;,&quot;June&quot;,&quot;July&quot;,&quot;August&quot;,&quot;September&quot;,&quot;October&quot;,&quot;November&quot;,&quot;December&quot;)
document.write(&quot;<span class=\"date-font\"><nobr>&quot; + weekday[d.getDay()] + &quot; &quot;)
document.write(monthname[d.getMonth()] + &quot; &quot;)
document.write(d.getDate() + &quot;. &quot;)
document.write(d.getFullYear())
document.write(&quot;</nobr><br></span>&quot;)
document.write('</div>');
}



document.write('<img src="picts/spacer.gif" width="'+sidewidth+'" height="'+pageheight+'"><br>');


//  End --

