/* external file "myexparmsg.txt" begins */
// begin: Ticker's Parameters - 

//WIDTH of the Ticker in pixels: set to your own;
//"px" unit will automatically be set in the process, so do not write "px";
var exwidth=670; 

//HEIGHT of the scrolling portion in pixels: set to your own;
//"px" unit will automatically be set in the process, so do not write "px";
//if extheight=0 it works as a news ticker with no scrolling;
var extheight=40;

//HEIGHT of typewriting portion in pixels: set to your own;
//"px" unit will automatically be added in the process, so do not write "px";
var exheight=8;

//SPEED in milliseconds: 1000=1s; the higher the slower - set your own!
var exspeed=100; 

//PAUSE between messages in milliseconds: 1000=1s; set to your own;
var expause = 3000; 

//PAUSE between messages portions in milliseconds: 1000=1s; set to your own;
var exportion = 1000; 

//1.BACKGROUND color for the scrolling portion:
//could be like: "#ffff00" or "yellow";
var exsbcolor="#000000";

//1.BACKGROUND color for the typewriting portion:
//could be same as above for scrolling portion;
var extbcolor="#000000";

//BORDER area: 1, ... ;
//set it 0(zero) for no border;
var exborder=0;

//end Parameters 

// begin: Ticker's Messages - 

//Messages: as many as you'd like: set to your own; 
//Every message MUST be set as a continuous string within '...';
//you may split it by using '+ at ends and then ' at continuations;
//Inside any message you MUST use \' in lieu of ' if need be!
//Inside any message should you use this special character "<" as text 
//instead of "less than" - it MUST be followed by space,ex: a< 5 or a < 5;
//Also avoid using non-breaking space: "& n b s p ;";

var exsgmg=new Array();
exsgmg[0]='&quot;This site is not endorsed by or affiliated with <a href="http://www.lucasarts.com">LucasArts</a>, <a href="http://www.bioware.com">BioWare</a>,'+
'or <a href="http://www.ea.com">Electronic Arts</a>. Trademarks are the property of their respective owners. <a href="http://www.lucasarts.com">LucasArts</a>, the '+
'<a href="http://www.lucasarts.com">LucasArts</a> logo, <a href="http://www.starwars.com">STAR WARS</a> and related properties are trademarks in the United States '+
'and/or in other countries of <a href="http://lucasfilm.com">Lucasfilm Ltd</a>. and/or its affiliates. &copy; 2008-2011 <a href="http://lucasfilm.com">Lucasfilm '+
'Entertainment Company Ltd</a>. or <a href="http://lucasfilm.com">Lucasfilm Ltd</a>. All Rights Reserved. <a href="http://www.bioware.com">BioWare</a> and the '+
'<a href="http://www.bioware.com">BioWare</a> logo are trademarks or registered trademarks of <a href="http://www.ea.com">EA International (Studio and Publishing) '+
'Ltd</a>. You may not copy any images, videos or sound clips found on this site or &#39;deep&#39; link. to any image, video or sound clip directly. Game content and '+
'materials copyright LICENSOR. All Rights Reserved.&quot;';
exsgmg[1]='EVE Online and the EVE logo are the registered trademarks of CCP hf. All rights are reserved worldwide. All other trademarks are the property of their '+
'respective owners. EVE Online, the EVE logo, EVE and all associated logos and designs are the intellectual property of CCP hf. All artwork, screenshots, characters, '+
'vehicles, storylines, world facts or other recognizable features of the intellectual property relating to these trademarks are likewise the intellectual property of '+
'CCP hf. CCP hf. has granted permission to Church of Violence to use EVE Online and all associated logos and designs for promotional and information purposes on its '+
'website but does not endorse, and is not in any way affiliated with, Church of Violence. CCP is in no way responsible for the content on or functioning of this website, '+
'nor can it be liable for any damage arising from the use of this website.';
//exsgmg[2]='';
//    ...
//exsgmg[...]='...'
//end Messages 
/* end of external_remote file "myexparmsg.txt" */

