var uniquenameKeywordParser = new jsLinkParser.obj('uniquenameKeywordParser');
uniquenameKeywordParser.popup.timer = 2000;

/* This Style For Keyword Link */ 
uniquenameKeywordParser.style.cssText = 'color:#0000CC;'
+'border-bottom-style: ;'
+'font-weight:;'
+'border-bottom-width: 3px;'
+'border-bottom-color: #0000CC;'
+'cursor:pointer;';

/* This Style For POP UP DIV BOX*/ 
uniquenameKeywordParser.popup.style.cssText = 'border:1px solid #660000;'
+'background-color:#FFFFCC;'
+'background-image:url(http://localhost/aftersenseadmin/pop-bg.jpg);'
+'background-position:top-left;'
+'background-repeat:no-repeat;'
+'width:275px;'
+'height:40px;'
+'border-style: single;'
+'padding:5px;';

/* This Style For TITLE OR TEXT ADS BOX*/ 
uniquenameKeywordParser.popup.title.style.cssText = 'color:#660000;'
+'font-family:Verdana;'
+'font-weight:;'
+'align:center;'
+'margin-left:auto;'
+'margin-right:auto;'
+'font-size:12px;'
+'padding-bottom:3px;';

/* This Style For URL LINK BOX*/ 
uniquenameKeywordParser.popup.alink.style.cssText = 'font-family:Verdana;'
+'font-size:11px;'
+'color:#0000FF;';


uniquenameKeywordParser.execute();

